Skip to content

Instantly share code, notes, and snippets.

@SteveOye
Created February 2, 2023 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteveOye/000601f76d03163ad2f249cc573ffd22 to your computer and use it in GitHub Desktop.
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