setDeviceId method

Future<void> setDeviceId()

Implementation

Future<void> setDeviceId() async {
  deviceInfoModel = await _getId();
}