getTotalBytes method

Future<int> getTotalBytes({
  1. String? appId,
})

Implementation

Future<int> getTotalBytes({String? appId}) {
  return _getCacheTotalBytes(this, appId: appId);
}