Future<bool> onInitializedHandler() async { if (isNullOrEmpty(onInitialized)) return true; return await EventHandler(this).execute(_onInitialized); }