toggleFlash method

Future<bool> toggleFlash()

Toggle camera flash/torch on/off.

Implementation

Future<bool> toggleFlash() {
  return OcrPlatform.instance.toggleFlash();
}