setGlobalContext static method
Sets the context for showing dialogs related to permissions
Implementation
static void setGlobalContext(BuildContext context) {
_instance.setContext(context);
}
Sets the context for showing dialogs related to permissions
static void setGlobalContext(BuildContext context) {
_instance.setContext(context);
}