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