Helper that classifies a normalized battery level as "low" using platform-specific thresholds.
const isLow = isLowBatteryLevel(0.12); Copy
const isLow = isLowBatteryLevel(0.12);
Helper that classifies a normalized battery level as "low" using platform-specific thresholds.