init method

void init()

Initializes the cubit by fetching device data.

Implementation

void init() {
  fetchDeviceData();
}