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