resumeScreenRecording static method

Future<void> resumeScreenRecording()

This method is used for resuming the current session video recording

Implementation

static Future<void> resumeScreenRecording() async {
  await _channel.invokeMethod('resumeScreenRecording');
}