persistable property

bool persistable
final

Indicates whether identifier is persistable. When true, it is safe to retain this identifier for access at any later time.

When false, you cannot assume that access will be granted in the future. In particular, for files received from outside the app, the identifier may only be valid until the FileOpenHandler returns.

Implementation

final bool persistable;