edit method

Future<Editor?> edit()

Returns an editor for this snapshot's entry, or null if either the entry has changed since this snapshot was created or if another edit is in progress.

Implementation

Future<Editor?> edit() => _cache.edit(key, sequenceNumber);