updateAuthApplication_Pre method
Future<UpdateAuthApplicationResponse>
updateAuthApplication_Pre(
- ServiceCall call,
- Future<
UpdateAuthApplicationRequest> request
Implementation
$async.Future<$11.UpdateAuthApplicationResponse> updateAuthApplication_Pre($grpc.ServiceCall call, $async.Future<$11.UpdateAuthApplicationRequest> request) async {
return updateAuthApplication(call, await request);
}