@override Future<void> init() async { if (!_initialized) { logger.i('Initialized'); await _restart(); _registerEventListeners(); _onEnable(); } }