Clear the cache.
@override Future<void> clearCache() async { try { await methodChannel.invokeMethod('clearCache'); } on PlatformException catch (e) { throw _handleError(e); } }