setLightFlashingMagnificationFactor method

Future<void> setLightFlashingMagnificationFactor(
  1. double factor
)

Implementation

Future<void> setLightFlashingMagnificationFactor(double factor) {
  throw UnimplementedError(
    'setLightFlashingMagnificationFactor() has not been implemented.',
  );
}