getChannel method

Future<List<int>?> getChannel()

Implementation

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