setGlobalContext static method

void setGlobalContext(
  1. BuildContext context
)

Sets the context for showing dialogs related to permissions

Implementation

static void setGlobalContext(BuildContext context) {
  _instance.setContext(context);
}