getAllCacheSize method

Future<int> getAllCacheSize()

Implementation

Future<int>getAllCacheSize() {
  throw UnimplementedError('getAllCacheSize() has not been implemented.');
}