getAllCacheSize method

  1. @override
Future<int> getAllCacheSize()
override

Implementation

@override
Future<int>getAllCacheSize() async {
  return await _methodChannel.invokeMethod('getAllCacheSize');
}