createOAuthApp_Pre method
- ServiceCall call,
- Future<
CreateOAuthAppRequest> request
Implementation
$async.Future<$9.CreateOAuthAppResponse> createOAuthApp_Pre($grpc.ServiceCall call, $async.Future<$9.CreateOAuthAppRequest> request) async {
return createOAuthApp(call, await request);
}