revoke method

Future revoke(
  1. Map permission
)

Implementation

Future revoke(Map permission) async {
  return PermissionStatus();
}