setDescriptionWhileRecording method

Future<void> setDescriptionWhileRecording(
  1. CameraDescription description
)
inherited

Sets the active camera while recording.

Implementation

Future<void> setDescriptionWhileRecording(CameraDescription description) {
  throw UnimplementedError(
      'setDescriptionWhileRecording() is not implemented.');
}