stopEngine method

Future<void> stopEngine()

Implementation

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