listOAuthApps_Pre method

Future<ListOAuthAppsResponse> listOAuthApps_Pre(
  1. ServiceCall call,
  2. Future<ListOAuthAppsRequest> request
)

Implementation

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