NowaVideoPlayerController class

Constructors

NowaVideoPlayerController({required String url, required FileSourceType type, bool autoPlay = false, bool showControlsBar = true, bool allowFullScreenButton = true})

Properties

allowFullScreenButton bool
final
autoPlay bool
final
chewieController → ChewieController?
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showControlsBar bool
final
type FileSourceType
final
url String
final

Methods

dispose() → void
initialize(BuildContext context) Future
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
play() → void
seekTo(Duration moment) → void
setVolume(double volume) → void
toString() String
A string representation of this object.
inherited

Operators

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