start method

Future<void> start()

Starts an engine.

Implementation

Future<void> start() async => _engine.start();