removeOnActionListener<T extends Cube> method
Remove OnActionListener
Implementation
void removeOnActionListener<T extends Cube>(
OnActionChanged<T, CubeAction>? listener,
) {
_onActionListeners.remove(listener);
}
Remove OnActionListener
void removeOnActionListener<T extends Cube>(
OnActionChanged<T, CubeAction>? listener,
) {
_onActionListeners.remove(listener);
}