deleteRole abstract method

Future<Role> deleteRole(
  1. ServiceCall call,
  2. DeleteRoleRequest request
)

Implementation

$async.Future<$0.Role> deleteRole(
    $grpc.ServiceCall call, $0.DeleteRoleRequest request);