dir property

String? dir
final

Where the cookie files should be saved.

When using the FileStorage in Flutter apps, use path_provider to obtain available directories.

Implementation

final String? dir;