activate static method

Future<void> activate()

Implementation

static Future<void> activate() async {
  await _channel.invokeMethod('activate');
}