getDeviceInfo method

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

Implementation

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