@override Future<void> setThemeMode(String themeMode) { return _invoke<void>('setThemeMode', {'themeMode': themeMode}); }