TVideoController class
Constructors
Properties
Methods
-
currentPosition(
) → Future< int?> -
dispose(
) → Future< void> -
duration(
) → Future< int?> -
init(
) → Future< void> -
isPlaying(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
) → Future< void> -
pauseOrResume(
) → Future< void> -
play(
{required String path}) → Future< void> -
resume(
) → Future< void> -
seekTo(
{required int msec}) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited