Checks whether there is data in the preferences at key.
key
@override Future<bool> contains(String key) async { return _sharedPreferences.containsKey(key); }