VideoPlayerOneplusdreamPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- VideoPlayerOneplusdreamPlatform
- Implementers
Constructors
- VideoPlayerOneplusdreamPlatform.new()
- Constructs a VideoPlayerOneplusdreamPlatform.
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
-
buildView(
int creationId, PlatformViewCreatedCallback onPlatformViewCreated, {Map< String, dynamic> params = const <String, dynamic>{}}) → Widget -
dispose(
{required int videoId}) → Future -
init(
int videoId) → Future< void> - This method is called when the plugin is first initialized.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onBack(
{required int videoId}) → Stream< BackEvent> -
onPlaying(
{required int videoId}) → Stream< PlayingEvent> -
play(
int videoId, PlayingItem item) → Future -
toggleFullScreen(
int videoId, ToggleFullScreenParam param) → Future -
togglePause(
int videoId, bool isPause) → Future -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ VideoPlayerOneplusdreamPlatform
-
The default instance of VideoPlayerOneplusdreamPlatform to use.
getter/setter pair