getVMTimelineMicros method Null safety
override
The getVMTimelineMicros
RPC returns the current time stamp from the
clock used by the timeline, similar to Timeline.now
in dart:developer
and Dart_TimelineGetMicros
in the VM embedding API.
See Timestamp
and getVMTimeline.
Implementation
@override
Future<Timestamp> getVMTimelineMicros() => _call('getVMTimelineMicros');