onRemove property

SharedMapEntryCallback<K, V>? onRemove

Optional callback for when remove is called.

  • If running on the Isolate version, it will be triggered only on the "server" side.

Implementation

SharedMapEntryCallback<K, V>? get onRemove;
void onRemove=(SharedMapEntryCallback<K, V>? callback)

Implementation

set onRemove(SharedMapEntryCallback<K, V>? callback);