toggleFlash method

dynamic toggleFlash()

Toggle camera flash.

Implementation

toggleFlash() async {
  AiBarcodeScannerPlatform.instance.toggleFlash();
}