setContext static method
Sets the context for the permission master.
Implementation
static void setContext(BuildContext context) {
debugPrint('Setting context for PermissionMaster');
_context = context;
}
Sets the context for the permission master.
static void setContext(BuildContext context) {
debugPrint('Setting context for PermissionMaster');
_context = context;
}