getSystemInfo method

Future<SystemInfo> getSystemInfo()

Implementation

Future<SystemInfo> getSystemInfo() {
  throw UnimplementedError('getSystemInfo() has not been implemented.');
}