getAllCacheSize method

Future<int> getAllCacheSize()

Implementation

Future<int>getAllCacheSize() {
  return _platform.getAllCacheSize();
}