Skip to content

Instantly share code, notes, and snippets.

@SteveOye
Created February 2, 2023 12:17
Show Gist options
  • Select an option

  • Save SteveOye/000601f76d03163ad2f249cc573ffd22 to your computer and use it in GitHub Desktop.

Select an option

Save SteveOye/000601f76d03163ad2f249cc573ffd22 to your computer and use it in GitHub Desktop.
main
void main() async {
WidgetsBinding widgetsBinding = WidgetsFlutterBinding.ensureInitialized();
NotificationApi.init();
runApp(const DruveApp());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment