setFlashMode method

Future<void> setFlashMode(
  1. String mode
)

Sets the flash mode.

Implementation

Future<void> setFlashMode(String mode) {
  return _channel.$setFlashMode(this, mode);
}