X2tiktrackerFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • X2tiktrackerFlutterPlatform
Implementers

Constructors

X2tiktrackerFlutterPlatform()
Constructs a X2tiktrackerFlutterPlatform.

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

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, {bool share = false}) Future<int?>
startShare() Future<int?>
stopPlay() Future<int?>
stopShare() Future<int?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance X2tiktrackerFlutterPlatform
The default instance of X2tiktrackerFlutterPlatform to use.
getter/setter pair