updateAuthApplication_Pre method

Future<UpdateAuthApplicationResponse> updateAuthApplication_Pre(
  1. ServiceCall call,
  2. Future<UpdateAuthApplicationRequest> request
)

Implementation

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