getChannelName method

Future<String?> getChannelName()

Implementation

Future<String?>  getChannelName() async {
  throw UnimplementedError('platformVersion() has not been implemented.');
}