toggleFlash method
Toggle the device flash / torch
Implementation
Future<void> toggleFlash() async {
await _channel.invokeMethod('toggleFlash');
}
Toggle the device flash / torch
Future<void> toggleFlash() async {
await _channel.invokeMethod('toggleFlash');
}