onSet abstract method

void onSet(
  1. List<E> value
)
inherited

Called when list is overwritten. Implement in platform-specific subclass to write through to memory.

Implementation

void onSet(L value);