getTotalCacheSize method

Future<String?> getTotalCacheSize()

Implementation

Future<String?> getTotalCacheSize() {
  return FlutterCachePluginPlatform.instance.getTotalCacheSize();
}