getAt abstract method

Future<E?> getAt(
  1. int index
)

Get a value at the given index

Implementation

Future<E?> getAt(int index);