updateUserGrant_Pre method
Future<UpdateUserGrantResponse>
updateUserGrant_Pre(
- ServiceCall $call,
- Future<
UpdateUserGrantRequest> $request
Implementation
$async.Future<$0.UpdateUserGrantResponse> updateUserGrant_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UpdateUserGrantRequest> $request) async {
return updateUserGrant($call, await $request);
}