get abstract method

Future<E?> get()

Retrieves the saved item or returns null if no item is found.

Implementation

Future<E?> get();