currentTime method

Future<double?> currentTime()

Implementation

Future<double?> currentTime() {
  throw UnimplementedError('currentTime() has not been implemented.');
}