delete static method

String delete(
  1. String role
)

Implementation

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