optInOverall static method
This method is used for opting in to enable recording at runtime
Implementation
static Future<void> optInOverall() async {
await _channel.invokeMethod('optInOverall');
}
This method is used for opting in to enable recording at runtime
static Future<void> optInOverall() async {
await _channel.invokeMethod('optInOverall');
}