blob: fe7f5f824c91f6e1624a3569ea25ee09fab57250 [file] [log] [blame] [view]
# clockGetMonotonic method
int clockGetMonotonic
()
## Implementation
```dart
static int clockGetMonotonic() {
throw UnimplementedError(
'System.clockGetMonotonic() is not implemented on this platform.');
}
```