removeTheme static method

Future<void> removeTheme()

Implementation

static Future<void> removeTheme() async => await _prefs?.remove(_keyTheme);