start method

Future<bool> start()

Implementation

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