ImpulsePlayerPluginPlatform class
abstract
- Inheritance
-
- Object
- PlatformInterface
- ImpulsePlayerPluginPlatform
- Implementers
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
-
dispose(int id)
→ Future<void>
-
-
getDuration(int id)
→ Future<int>
-
-
getError(int id)
→ Future<String?>
-
-
getPlatformVersion()
→ Future<String?>
-
-
getProgress(int id)
→ Future<int>
-
-
getState(int id)
→ Future<ImpulsePlayerState>
-
-
isPlaying(int id)
→ Future<bool>
-
-
keepAlive(int id)
→ Future<void>
-
-
load(int id, String url, String? title, String? subtitle, )
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(int id)
→ Future<void>
-
-
play(int id)
→ Future<void>
-
-
seek(int id, int time)
→ Future<void>
-
-
setAppearance(TextStyle h3, TextStyle h4, TextStyle s1, TextStyle l4, TextStyle l7, TextStyle p1, TextStyle p2, Color accentColor)
→ Future<void>
-
-
setCastEnabled(int id, bool enabled)
→ Future<void>
-
-
setSettings(bool pictureInPictureEnabled, String? castReceiverApplicationId)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited