getDeviceInfo method

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

Implementation

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