onStart method

Future<bool> onStart(
  1. BuildContext context
)

Implementation

Future<bool> onStart(BuildContext context) async {
  await NavigationManager().onPageLoaded();
  return await EventHandler(this).execute(_onstart);
}