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
-
getDuration(int id)
→ Future<Long>
-
-
getError(int id)
→ Future<String?>
-
-
getPlatformVersion()
→ Future<String?>
-
-
getProgress(int id)
→ Future<Long>
-
-
getState(int id)
→ Future<ImpulsePlayerState>
-
-
isPlaying(int id)
→ Future<bool>
-
-
load(int id, String? title, String? subtitle, String url)
→ 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, Long time)
→ Future<void>
-
-
setAppearance(TextStyle h3, TextStyle h4, TextStyle s1, TextStyle l4, TextStyle l7, TextStyle p1, TextStyle p2, Color accentColor)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited