@override Future<void> setTheme(YoHeTheme theme) async { return await methodChannel.invokeMethod<void>('setTheme', theme.toArguments); }