getVersion method Null safety
override
The getVersion
RPC is used to determine what version of the Service
Protocol is served by a VM.
See Version
.
Implementation
@override
Future<Version> getVersion() => _call('getVersion');
The getVersion
RPC is used to determine what version of the Service
Protocol is served by a VM.
See Version
.
@override
Future<Version> getVersion() => _call('getVersion');