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