@override Future<void> init() async { if (_initialized) { return; } await core.start(); await engine.init(); _initialized = true; }