setAppearance static method

dynamic setAppearance(
  1. Appearance appearance
)

Set user inerface style

Implementation

static setAppearance(Appearance appearance) {
  _channel.invokeMethod("setAppearance", appearance.name);
}