TargetvideoFlutterPluginPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • TargetvideoFlutterPluginPlatform
Implementers

Constructors

TargetvideoFlutterPluginPlatform()
Constructs a TargetvideoFlutterPluginPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
playerEvents Stream<Map<String, dynamic>>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroyPlayer(String playerReference) Future<void>
getAdDuration(String playerReference) Future<num?>
getPlayerCurrentTime(String playerReference) Future<num?>
getVideoDuration(String playerReference) Future<num?>
hideControls(String playerReference) Future<void>
isAdPlaying(String playerReference) Future<bool?>
isAutoplay(String playerReference) Future<bool?>
isPaused(String playerReference) Future<bool?>
isRepeated(String playerReference) Future<bool?>
load(int playerId, int mediaId, String typeOfPlayer, bool? controlAutoplay, bool? scrollOnAd, String? creditsLabelColor, int? setCornerRadius, String? localization, int? doubleTapSeek, int? seekPreview, int viewId, String playerReference) Future<void>
mute(String playerReference) Future<void>
next(String playerReference) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pauseVideo(String playerReference) Future<void>
playVideo(String playerReference) Future<void>
previous(String playerReference) Future<void>
setFullscreen(bool fullscreen, String playerReference) Future<void>
showControls(String playerReference) Future<void>
toString() String
A string representation of this object.
inherited
unMute(String playerReference) Future<void>

Operators

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

Static Properties

instance TargetvideoFlutterPluginPlatform
The default instance of TargetvideoFlutterPluginPlatform to use.
getter/setter pair