detach abstract method Null safety

Future<void> detach(
  1. CameraController controller
)

Called when an output should be detached from a CameraController.

This should not need to be called by a user directly unless implementing their own CameraOutput.

Implementation

Future<void> detach(CameraController controller);