setFirst abstract method

dynamic setFirst(
  1. E value
)

Sets the first element of the list

Sync CollectiveList returns void Async CollectiveList returns Future<void>

Implementation

setFirst(E value);