write property

FutureOr<void> Function(T value) write
final

Function to write the value to storage.

Implementation

final FutureOr<void> Function(T value) write;