postRemoveHooks property

  1. @override
List<Future<void> Function(String key, {required bool skipCommit})> postRemoveHooks
final

Hooks invoked synchronously after a single-key remove. Each hook is awaited in order. Hook exceptions are propagated to the caller after the remove has already happened.

Implementation

@override
final List<Future<void> Function(String key, {required bool skipCommit})>
    postRemoveHooks = [];