attach abstract method Null safety
- CameraController controller
Called when an output should be attached to a CameraController.
This should not need to be called by a user directly unless implementing their own CameraOutput.
Implementation
Future<void> attach(CameraController controller);