storeGet abstract method

Future storeGet(
  1. String key
)

Implementation

Future<dynamic> storeGet(String key);