createNotificationChannelGroup method
Implementation
Future<void> createNotificationChannelGroup(
String groupId, String groupName) async {
await _channel.invokeMethod("createNotificationChannelGroup",
{"group_id": groupId, "group_name": groupName});
}