prepareForVideoRecording method Null safety
override
Prepare the capture session for video recording.
Implementation
@override
Future<void> prepareForVideoRecording() async {
// This is a no-op as it is not required for the web.
}
Prepare the capture session for video recording.
@override
Future<void> prepareForVideoRecording() async {
// This is a no-op as it is not required for the web.
}