getAllKeys method

List<String> getAllKeys()

Get all setting keys.

Implementation

List<String> getAllKeys() => _settings.keys.toList();