AddGroupLifeCycle
Introduction
The life cycle hooks for adding group business logic.
Parameter introduction
shouldAddGroup
Parameter type : Future< bool > Function(String groupID, String message, [BuildContext? context])
Supported Platform: All
- Parameter description : Before requesting to add or join to a group,
true
means can add continually, whilefalse
will not add. You can make a second confirmation here by a modal, etc.