getVMTimelineMicros method
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 VmService.getVMTimeline.
Implementation
Future<Timestamp> getVMTimelineMicros() => _call('getVMTimelineMicros');