You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not receiving the listener callback after reaching the maximum or minimum volume. I need to get the callback even when the volume is at max or min because I want to detect volume button presses.
// Calling this in the init method
RealVolume.onVolumeChanged.listen((event) async {
print(
"Current volum pressed ==> ${event.volumeLevel} ${event.streamType}");
});
The text was updated successfully, but these errors were encountered:
I'm not receiving the listener callback after reaching the maximum or minimum volume. I need to get the callback even when the volume is at max or min because I want to detect volume button presses.
// Calling this in the init method
RealVolume.onVolumeChanged.listen((event) async {
print(
"Current volum pressed ==> ${event.volumeLevel} ${event.streamType}");
});
The text was updated successfully, but these errors were encountered: