DeviceDetailsCubit constructor
Creates a DeviceDetailsCubit and initializes the state.
Implementation
DeviceDetailsCubit() : super(DeviceDetailsState.initial());
Creates a DeviceDetailsCubit and initializes the state.
DeviceDetailsCubit() : super(DeviceDetailsState.initial());