setAppearance static method
Set user inerface style
Implementation
static setAppearance(Appearance appearance) {
_channel.invokeMethod("setAppearance", appearance.name);
}
Set user inerface style
static setAppearance(Appearance appearance) {
_channel.invokeMethod("setAppearance", appearance.name);
}