Future<bool> onInitialized() async { if (oninitialized == null) return true; return await EventHandler(this).execute(_oninitialized); }