disable method

void disable(
  1. int channel
)

Implementation

void disable(int channel) => mask &= ~(1 << channel | 0);