getCallNotificationChannelId static method

String getCallNotificationChannelId()

Implementation

static String getCallNotificationChannelId() {
  var randomNumberGenerator = Random();
  return randomNumberGenerator.nextInt(1000).toString();
}