Returns a list of all stored keys.
static List<String> getAllKeys() { return _backend?.getAllKeys() ?? []; }