isRecording property
True while a recording is running. Also the auto-stop signal: the session clears this on its own when startVideoRecording's cap is reached, and the host then calls stopVideoRecording to collect the file.
Implementation
@override
ValueListenable<bool> get isRecording => _isRecording;