FlutterFlexPlayerPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- FlutterFlexPlayerPlatform
- Implementers
Constructors
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(
) → Future< void> -
load(
{required List< VideoData> videoData, required int index, required bool autoPlay, required bool loop, required bool mute, required double volume, required double playbackSpeed, Duration? position, VoidCallback? onInitialized, required FileType type}) → Future<void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< void> -
play(
) → Future< void> -
reload(
) → Future< void> -
seekTo(
Duration position) → Future< void> -
setLooping(
bool looping) → Future< void> -
setMute(
bool mute) → Future< void> -
setPlaybackSpeed(
double speed) → Future< void> -
setQuality(
String quality) → Future< void> -
setVolume(
double volume) → Future< void> -
stop(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ FlutterFlexPlayerPlatform
-
getter/setter pair