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