getCacheSize method

Future<int> getCacheSize()

Get total cache size

Implementation

Future<int> getCacheSize() async {
  return await BackgroundAudioConverter.getCacheSize();
}