getSystemInfo method

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

Gets system information and device capabilities for diagnostics.

Implementation

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