changeRole method

ResponseFuture<ChangeRoleResponse> changeRole(
  1. ChangeRoleRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.ChangeRoleResponse> changeRole($9.ChangeRoleRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$changeRole, request, options: options);
}