Start method

Future<String?> Start()

Implementation

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