removeAccentTheme static method

Future<void> removeAccentTheme()

Implementation

static Future<void> removeAccentTheme() async =>
    await _prefs?.remove(_keyAccentTheme);