clockGetMonotonic method

*<Null safety>*

int clockGetMonotonic ()

Implementation

static int clockGetMonotonic() {
  throw UnimplementedError(
      'System.clockGetMonotonic() is not implemented on this platform.');
}