get abstract method

Future<T?> get(
  1. String key
)

Returns the stash value for the specified key

  • key: the key

Implementation

Future<T?> get(String key);