getProcessMemoryUsage method Null safety
Returns a description of major uses of memory known to the VM.
Adding or removing buckets is considered a backwards-compatible change for the purposes of versioning. A client must gracefully handle the removal or addition of any bucket.
Implementation
Future<ProcessMemoryUsage> getProcessMemoryUsage();