Fludy class

Constructors

Fludy()

Properties

hashCode int
The hash code for this object.
no setterinherited
isDouYinInstalled Future<bool>
Check if DouYin is installed. Must be called after initializeApi
no setter
responseListener WeakReference<void Function(DouYinResponse event)>
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addSubscriber(DouYinResponseSubscriber listener) FludyCancelable
Add a subscriber to subscribe responses from DouYin
authBy({required AuthType which}) Future<bool>
initializeApi({required DouYinOpenSDKConfig config}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSubscriber(DouYinResponseSubscriber listener) → dynamic
remove your subscriber from DouYin
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited