enable method

void enable(
  1. int channel
)

Implementation

void enable(int channel) => mask = mask | (1 << channel | 0);