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