PlatformBindingsProvider class abstract

Provider class that allow the user passing the custom implemetation of PlatformBindingsDelegateInterface, and IrisEvent.

On IO, a provider for provide the ffi bindings of native implementation(such like PlatformBindingsDelegateInterface, IrisEvent), which is passed to the isolate, you should not sotre any objects with type that SendPort not allowed.

Constructors

PlatformBindingsProvider()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
provideIrisEvent() IrisEvent?
Provide the implementation of IrisEvent.
provideNativeBindingDelegate() PlatformBindingsDelegateInterface
Provide the implementation of PlatformBindingsDelegateInterface.
toString() String
A string representation of this object.
inherited

Operators

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