dispose method
void
dispose()
This class is currently long lived so dispose is not used
Implementation
void dispose() {
_removePrimaryPlayerListener?.call();
}
This class is currently long lived so dispose is not used
void dispose() {
_removePrimaryPlayerListener?.call();
}