setLightFlashingMagnificationFactor method

  1. @override
Future<void> setLightFlashingMagnificationFactor(
  1. double factor
)
override

Implementation

@override
Future<void> setLightFlashingMagnificationFactor(double factor) async {
  await methodChannel.invokeMethod<void>(
    'setLightFlashingMagnificationFactor',
    factor,
  );
}