addUserGrant_Pre method
Future<AddUserGrantResponse>
addUserGrant_Pre(
- ServiceCall $call,
- Future<
AddUserGrantRequest> $request
Implementation
$async.Future<$0.AddUserGrantResponse> addUserGrant_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.AddUserGrantRequest> $request) async {
return addUserGrant($call, await $request);
}