dispose method
void
dispose()
Implementation
void dispose() {
VitGptConfiguration.logger.d('(AudioPlayer) Disposing');
_currentPlayer?.dispose();
_currentPlayer = null;
}
void dispose() {
VitGptConfiguration.logger.d('(AudioPlayer) Disposing');
_currentPlayer?.dispose();
_currentPlayer = null;
}