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