setDescriptionWhileRecording method
- CameraDescription description
Sets the active camera while recording.
Implementation
Future<void> setDescriptionWhileRecording(CameraDescription description) {
throw UnimplementedError(
'setDescriptionWhileRecording() is not implemented.');
}