listOAuthApps_Pre method
- ServiceCall call,
- Future<
ListOAuthAppsRequest> request
Implementation
$async.Future<$9.ListOAuthAppsResponse> listOAuthApps_Pre($grpc.ServiceCall call, $async.Future<$9.ListOAuthAppsRequest> request) async {
return listOAuthApps(call, await request);
}