MethodChannelFlutterFlexPlayer class

An implementation of FlutterFlexPlayerPlatform that uses method channels.

Inheritance

Properties

eventChannel EventChannel
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPlayer() Future<void>
dispose() Future<void>
override
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>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
override
play() Future<void>
override
reload() Future<void>
override
seekTo(Duration position) Future<void>
override
setLooping(bool looping) Future<void>
override
setMute(bool mute) Future<void>
override
setPlaybackSpeed(double speed) Future<void>
override
setQuality(String quality) Future<void>
override
setupChannels(FlutterFlexPlayerController controller) → void
setVolume(double volume) Future<void>
override
stop() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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