getMemoryInfo method

Future<Map<Object?, Object?>?> getMemoryInfo()

Implementation

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