future property

Future<void>? future
final

A future that completes when the persisted state has been decoded (or null if no decoding was performed).

Implementation

final Future<void>? future;