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
The method 'startHeadlessService' isn't defined for the class 'AudioPlayer'.
'AudioPlayer' is from 'package:audioplayers/src/audioplayer.dart' ('/home/ykwings/flutter/.pub-cache/hosted/pub.dartlang.org/audioplayers-0.19.0/lib/src/audioplayer.dart').
Try correcting the name to the name of an existing method, or defining a method named 'startHeadlessService'.
_audioPlayer.startHeadlessService();
The text was updated successfully, but these errors were encountered:
hi
after upgrade audioplayers to 0.19.0
below both of not defined error shown
_audioPlayer.startHeadlessService();
_audioPlayer.setNotification
Try correcting the name to the name of an existing method, or defining a method named 'startHeadlessService'.
_audioPlayer.startHeadlessService();
The text was updated successfully, but these errors were encountered: