getVMTimelineMicros method Null safety
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
Future<Timestamp> getVMTimelineMicros();