optIn static method

Future<void> optIn()

Implementation

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