start method

Future<void> start()

Implementation

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