getDeviceInfo method

Future<DeviceInfo?> getDeviceInfo()

Implementation

Future<DeviceInfo?> getDeviceInfo() {
  throw UnimplementedError('getDeviceInfo() has not been implemented.');
}