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