getBatchUsage abstract method
Future<Sub2ApiAdminAccountBatchUsage>
getBatchUsage(
- List<
int> accountIds, { - bool force = false,
- Sub2ApiRequestOptions? requestOptions,
Implementation
Future<Sub2ApiAdminAccountBatchUsage> getBatchUsage(
List<int> accountIds, {
bool force = false,
Sub2ApiRequestOptions? requestOptions,
});