DeviceDetailsCubit constructor

DeviceDetailsCubit()

Creates a DeviceDetailsCubit and initializes the state.

Implementation

DeviceDetailsCubit() : super(DeviceDetailsState.initial());