getVM method

Future<VM> getVM()

The getVM RPC returns global information about a Dart virtual machine.

See VM.

Implementation

Future<VM> getVM() => _call('getVM');