start method

Future<String?> start()

Implementation

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