toggle method

Future<void> toggle()

Used to enable/disable the channels set in the GlyphFrame.

Implementation

Future<void> toggle() {
  throw UnimplementedError('toggle() has not been implemented.');
}