deleteNotificationChannelGroup method

Future<void> deleteNotificationChannelGroup(
  1. String groupId
)

Implementation

Future<void> deleteNotificationChannelGroup(String groupId) async {
  await _channel.invokeMethod("deleteNotificationChannelGroup", groupId);
}