getAt abstract method

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

Returns the value associated with the n-th key.

Implementation

Future<E?> getAt(int index);