@override Future<bool?> setTheme(String themeId) async { return await methodChannel.invokeMethod<bool>('setTheme', { 'themeId': themeId, }); }