storagePath property

String? storagePath

The location in the file system that will be used to store encrypted data.

If not provided, the application directory will be used in Flutter. An in memory file system will be used when this value is not provided in a non-flutter application.

Implementation

String? get storagePath;