Skip to content

Instantly share code, notes, and snippets.

@bkonyi
Created September 13, 2018 19:43
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