getVM method
The getVM
RPC returns global information about a Dart virtual machine.
See VM.
Implementation
Future<VM> getVM() => _call('getVM');
The getVM
RPC returns global information about a Dart virtual machine.
See VM.
Future<VM> getVM() => _call('getVM');