pauseScreenRecording static method

Future<void> pauseScreenRecording()

This method is used for pausing the current session video recording

Implementation

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