stop abstract method

Future<void> stop()

Stops the engine.

Returns a Future that completes when the engine has stopped. Throws an error if the engine fails to stop.

Implementation

Future<void> stop();