pauseScreenRecording static method
This method is used for pausing the current session video recording
Implementation
static Future<void> pauseScreenRecording() async {
await _channel.invokeMethod('pauseScreenRecording');
}
This method is used for pausing the current session video recording
static Future<void> pauseScreenRecording() async {
await _channel.invokeMethod('pauseScreenRecording');
}