toggleFlash method

Future<void> toggleFlash()

Liga ou desliga a lanterna durante uma sessão contínua.

Implementation

Future<void> toggleFlash() {
  throw UnimplementedError('toggleFlash() has not been implemented.');
}