getDeviceInfo method

Future<Map<Object?, Object?>?> getDeviceInfo()

Fetches the device information.

This method should be implemented by the platform-specific class.

Implementation

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