supportedFlashModes abstract method

Future<List<FlashMode>> supportedFlashModes()

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();