color static method

void color(
  1. String color
)

Implementation

static void color(String color) {
  channel.invokeMethod('color', {'color': color});
}