platform_interface/pigeon_api library

Classes

BunnyVideoPlayerApi
Host-side API. Every method accepts either a bare playerId or a request object whose playerId field identifies the target native player.
BunnyVideoPlayerEventApi
Flutter-side event API. Every callback carries the originating player's playerId so the Dart BunnyVideoController registry can route events to the right controller without ambiguity.
DownloadProgress
DownloadRequest
ErrorInfo
InitializeRequest
RefreshSignedUrlRequest
SeekRequest
SetLoopingRequest
SetQualityRequest
SetSpeedRequest
SetVolumeRequest
VideoState

Enums

VideoQuality

Functions

wrapResponse({Object? result, PlatformException? error, bool empty = false}) List<Object?>