speed method

Future<double?> speed()

Implementation

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