identifier property

Future<String?> get identifier

Gets the channel ID.

Implementation

Future<String?> get identifier async {
  return await _module.channel.invokeMethod('channel#getChannelId');
}