readPreferredLightThemeId method

Future<String?> readPreferredLightThemeId()

Read the preferred light theme ID.

Implementation

Future<String?> readPreferredLightThemeId() async {
  return await _secureStorage.read(key: _preferredLightThemeIdKey);
}