updateRole abstract method

Future<Role> updateRole(
  1. ServiceCall call,
  2. UpdateRoleRequest request
)

Implementation

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