Skip to content

Instantly share code, notes, and snippets.

@bkonyi
Created September 13, 2018 19:43
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 bkonyi/7710ceffb0ca01a01875babc2bec556e to your computer and use it in GitHub Desktop.
Save bkonyi/7710ceffb0ca01a01875babc2bec556e to your computer and use it in GitHub Desktop.
Future<void> initialize() async {
// Perform other initialization
// …
// Initialize the geofencing plugin.
await GeofencingManager.initialize();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment