get value by key
Future<dynamic> get(String key) async { Map store = await _getStoreMap(); return store[key]; }