getSystemTickCount method

Future<int> getSystemTickCount()

Gets the current system tick count

Implementation

Future<int> getSystemTickCount() {
  throw UnimplementedError('getSystemTickCount() has not been implemented.');
}