DefaultLifeCycle class abstract
Here is the default life cycle hooks implementation for all the hooks in TUIKit.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
defaultAddFriend(
String userID, String? remark, String? friendGroup, String? addWording, [BuildContext? context]) → Future< bool> -
defaultAddGroup(
String groupID, String message, [BuildContext? context]) → Future< bool> -
defaultAsyncBooleanSolution(
dynamic dynamic) → Future< bool> -
defaultBooleanSolution(
dynamic dynamic) → bool -
defaultConversationListSolution(
List< V2TimConversation?> list) → Future<List< V2TimConversation?> > -
defaultFriendInfoSolution(
V2TimFriendInfo? friendInfo) → Future< V2TimFriendInfo?> -
defaultFriendListSolution(
List< V2TimFriendInfo> list) → Future<List< V2TimFriendInfo> > -
defaultMessageListSolution(
List< V2TimMessage> list) → Future<List< V2TimMessage> > -
defaultMessageListSolutionAsync(
List< V2TimMessage> list) → List<V2TimMessage> -
defaultMessageSolution(
V2TimMessage message) → Future< V2TimMessage> -
defaultNullCallbackSolution(
dynamic dynamic) → dynamic -
defaultPopBackRemind(
) → Future< void> -
defaultTwoMessagesSolution(
V2TimMessage message, [V2TimMessage? repliedMessage]) → Future< V2TimMessage>