Video360Platform class abstract
- Inheritance
-
- Object
- PlatformInterface
- Video360Platform
- Implementers
Constructors
- Video360Platform()
- Constructs a Video360Platform.
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(
int viewId) → Future< void> -
getCurrentPosition(
int viewId) → Future< int> -
getDuration(
int viewId) → Future< int> -
init(
int viewId, String url, double width, double height, bool isRepeat) → Future< void> -
isPlaying(
int viewId) → Future< bool> -
jumpTo(
int viewId, double millisecond) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onPanUpdate(
int viewId, bool isStart, double x, double y) → Future< void> -
play(
int viewId) → Future< void> -
reset(
int viewId) → Future< void> -
seekTo(
int viewId, double millisecond) → Future< void> -
stop(
int viewId) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ Video360Platform
-
The default instance of Video360Platform to use.
getter/setter pair