getChannelName method

Future<String?> getChannelName()

Implementation

Future<String?> getChannelName() async{
  final channelName=AdgydeflutterpluginPlatform.instance.getChannelName();

  return channelName;

}