update static method

String update(
  1. String role
)

Update permission for provided role

Implementation

static String update(String role) {
  return 'update("$role")';
}