loadTheme abstract method

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.

Implementation

Future<String?> loadTheme();