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