createNotificationChannelGroup abstract method

Future<void> createNotificationChannelGroup(
  1. String groupId,
  2. String groupName
)

Method to create Notification Channel Group

Implementation

Future<void> createNotificationChannelGroup(String groupId, String groupName);