readyForBotToastLego function

  1. @ReadyBeforeMaterialApp()
Future<void> readyForBotToastLego(
  1. BuildContext context
)

Implementation

@ReadyBeforeMaterialApp()
Future<void> readyForBotToastLego(BuildContext context) async {
  botToastBuilder = BotToastInit();
  MaterialAppParams.navigatorObservers = [BotToastNavigatorObserver()];
}