AirPlayPlatform class abstract
The interface that platform-specific implementations of flutter_cast_video
must extend.
- Implementers
Constructors
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(
Map< String, dynamic> arguments, PlatformViewCreatedCallback onPlatformViewCreated) → Widget - Returns a widget displaying the button.
-
init(
int id) → Future< void> -
Initializes the platform interface with
id
. -
isAirplayConnected(
{required int id}) → Stream< AirplayStateChangedEvent> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onRoutesClosed(
{required int id}) → Stream< RoutesClosedEvent> - The route has closed.
-
onRoutesOpening(
{required int id}) → Stream< RoutesOpeningEvent> - The route is opening.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → dynamic
-
The default instance of AirPlayPlatform to use.
no setter