@override Future<bool?> clearCache(String? type) async { return await methodChannel.invokeMethod<bool>('clearCache', {'type': type}); }