buildChannel method

GlyphFrameBuilder buildChannel(
  1. int channel
)

Set the Glyph to be used. Please refer to the NothingPhone1 and NothingPhone2 classes.

Implementation

GlyphFrameBuilder buildChannel(int channel) {
  _operations.add({'buildChannel': channel});
  return this;
}