readOAuthApp_Pre method
- ServiceCall call,
 - Future<
ReadOAuthAppRequest> request 
Implementation
$async.Future<$11.ReadOAuthAppResponse> readOAuthApp_Pre($grpc.ServiceCall call, $async.Future<$11.ReadOAuthAppRequest> request) async {
  return readOAuthApp(call, await request);
}