recordClockSyncMarker method
Record a clock sync marker in the trace.
syncId
The ID of this clock sync marker
Implementation
Future<void> recordClockSyncMarker(String syncId) async {
await _client.send('Tracing.recordClockSyncMarker', {
'syncId': syncId,
});
}