activate method

Future<void> activate()

Implementation

Future<void> activate() async {
  await methodChannel.invokeMethod<int>('activate');
}