getAllKeys static method

List<String> getAllKeys()

Returns a list of all stored keys.

Implementation

static List<String> getAllKeys() {
  return _backend?.getAllKeys() ?? [];
}