setContext static method

void setContext(
  1. BuildContext context
)

Sets the context for showing dialogs related to permissions

Implementation

static void setContext(BuildContext context) {
  MethodChannelPermissionMaster.setContext(context);
}