clear store
Future<bool> clear() async { Map store = await _getStoreMap(); store.clear(); return _setStoreMap(store); }