getCurrentTorchStrength method
Returns the current torch strength level. Returns 0 if not supported or torch is off.
Implementation
@override
Future<int> getCurrentTorchStrength() async {
// Web doesn't support hardware torch access
return 0;
}
Returns the current torch strength level. Returns 0 if not supported or torch is off.
@override
Future<int> getCurrentTorchStrength() async {
// Web doesn't support hardware torch access
return 0;
}