getChannel method

Future<List<int>?> getChannel()

Returns the array of Glyph channels that are included in the GlyphFrame.

Implementation

Future<List<int>?> getChannel() async {
  throw UnimplementedError('getChannel() has not been implemented.');
}