Returns the array of Glyph channels that are included in the GlyphFrame.
@override Future<List<int>?> getChannel() async { return await methodChannel.invokeMethod<List<int>>('getChannel'); }