getFlagList method

  1. @override
Future<FlagList> getFlagList()
override

The getFlagList RPC returns a list of all command line flags in the VM along with their current values.

See FlagList.

Implementation

@override
Future<FlagList> getFlagList() => _call('getFlagList');