start abstract method

Future<void> start()

Starts the engine.

This method is used to start the engine and perform any necessary initialization. It returns a Future that completes when the engine has started successfully. If any error occurs during the startup process, the Future will complete with an error.

Implementation

Future<void> start();