OnApplicationProcessedCallback typedef
        OnApplicationProcessedCallback =
     void Function(String groupID, V2TimGroupMemberInfo opUser, bool isAgreeJoin, String opReason)
    
    
    
Implementation
typedef OnApplicationProcessedCallback = void Function(
  String groupID,
  V2TimGroupMemberInfo opUser,
  bool isAgreeJoin,
  String opReason,
);