loadTheme abstract method
Loads the previously saved theme name from persistent storage.
Called once during Themed.initialize. Return null if no
theme was previously saved.
Implementation
Future<String?> loadTheme();
Loads the previously saved theme name from persistent storage.
Called once during Themed.initialize. Return null if no
theme was previously saved.
Future<String?> loadTheme();