updateAuthorization_Pre method
Future<UpdateAuthorizationResponse>
updateAuthorization_Pre(
- ServiceCall $call,
- Future<
UpdateAuthorizationRequest> $request
Implementation
$async.Future<$0.UpdateAuthorizationResponse> updateAuthorization_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.UpdateAuthorizationRequest> $request) async {
return updateAuthorization($call, await $request);
}