toggleTorch method
Toggle the torch on the active camera on or off.
Implementation
Future<void> toggleTorch() {
throw UnimplementedError('toggleTorch() has not been implemented.');
}
Toggle the torch on the active camera on or off.
Future<void> toggleTorch() {
throw UnimplementedError('toggleTorch() has not been implemented.');
}