ScreenRecording.stop() method
Stops the screen recording.
Signature
class ScreenRecording {
abstract stop(): Promise<void>;
}
Returns:
Promise<void>
Stops the screen recording.
class ScreenRecording {
abstract stop(): Promise<void>;
}
Returns:
Promise<void>