getDeviceInfo method

Future<DevicesInfoModel?> getDeviceInfo()

Implementation

Future<DevicesInfoModel?> getDeviceInfo() {
  throw UnimplementedError('getProperties() not inplement');
}