getDeviceInfo method

Future<DeviceInfo> getDeviceInfo()

Retrieves device and app information from the native platform.

Implementation

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