readPreferredDarkThemeId method

Future<String?> readPreferredDarkThemeId()

Read the preferred dark theme ID.

Implementation

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