FlutterYoutubeViewController class

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

changeScaleMode(YoutubeScaleMode mode) Future<void>
handleEvent(MethodCall call) Future
initialization() Future<void>
loadOrCueVideo(String videoId, double startSeconds, {bool autoPlay = true}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() Future<void>
play() Future<void>
seekTo(double time) Future<void>
setMute() Future<void>
setPlaybackRate({required PlaybackRate rate, double rateValue = 1.0}) Future<void>
Change player PlaybackRate based on PlaybackRate or rateValue. If both params, PlaybackRate will be used.
setUnMute() Future<void>
setVolume(int volumePercent) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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