getSystemInfo method

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

Gets system information for diagnostics (Android only)

Implementation

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