toggleFlash static method

Future<void> toggleFlash()

Implementation

static Future<void> toggleFlash() {
  return QrMobileVisionPlatform.instance.toggleFlash();
}