toggleFlash method
Liga ou desliga a lanterna durante uma sessão contínua.
Implementation
Future<void> toggleFlash() {
throw UnimplementedError('toggleFlash() has not been implemented.');
}
Liga ou desliga a lanterna durante uma sessão contínua.
Future<void> toggleFlash() {
throw UnimplementedError('toggleFlash() has not been implemented.');
}