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