dispose method Null safety
override
Disposes resources held by the mixer.
Implementation
@override
void dispose() {
_removeSelectionRegistrarSubscription();
super.dispose();
}
Disposes resources held by the mixer.
@override
void dispose() {
_removeSelectionRegistrarSubscription();
super.dispose();
}