buildApp method
Supply the App widget if you wish.
Implementation
// Supply only the AppState in future
// todo: 'BuildContext soon removed using AppState instead.
Widget? buildApp(BuildContext context, {AppState? appState}) => null;
Supply the App widget if you wish.
// Supply only the AppState in future
// todo: 'BuildContext soon removed using AppState instead.
Widget? buildApp(BuildContext context, {AppState? appState}) => null;