X2tiktrackerFlutter class
Constructors
- X2tiktrackerFlutter()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isInitialized → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
String appId) → Future< void> -
getExUrl(
) → Future< String?> -
getVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerListener(
) → Future< String?> -
release(
) → Future< void> -
removeListener(
) → Future< String?> -
startPlay(
String url, {}) → Future< int?> -
stopPlay(
) → Future< int?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
eventStream
→ Stream<
Map< String, dynamic> > -
no setter
Static Methods
-
dispose(
) → void -
handlePlatformEvent(
Map< String, dynamic> event) → void