setFocusMode abstract method Null safety
- FocusMode mode
Set the focus mode of the device.
supportedFocusModes should be called before this.
Implementation
Future<void> setFocusMode(FocusMode mode);
Set the focus mode of the device.
supportedFocusModes should be called before this.
Future<void> setFocusMode(FocusMode mode);