activate static method

void activate()

Activate Alan button

Implementation

static void activate() async {
  _channel.invokeMethod('activate');
}