BlockListLifeCycle
Introduction
The life cycle hooks for block list business logic.
Parameter introduction
shouldDeleteFromBlockList
Parameter type : Future< bool > Function(String groupID, String message, [BuildContext? context])
Supported Platform: All
- Parameter description : Before requesting to delete a user from block list,
true
means can delete continually, whilefalse
will not delete. You can make a second confirmation here by a modal, etc.