@override Future<bool> isEncrypted(String path) async { return (await methodChannel.invokeMethod<bool>('isEncrypted', {"path": path}))!; }