splashScreen method

Widget? splashScreen()

Hook to be called while waiting for plugins initialization.

Implementation

Widget? splashScreen() {
  return null;
}