supportedFlashModes abstract method Null safety
The supported FlashModes for the attached camera device.
This should only be called after passing as a parameter to a CameraController and CameraController.initialize has been called.
Implementation
Future<List<FlashMode>> supportedFlashModes();