@override Future<void> setThemeMode(String themeMode) async { await methodChannel.invokeMethod('setThemeMode', themeMode); }