IDevicePlatform class abstract

Implementers

Constructors

IDevicePlatform()

Properties

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

Methods

dispose(DisposeRequest request) Future<void>
.
init({required InitRequest request, required CallBacksController controller, required IPlatformEntrypoint instanceFactory({required CallBacksController callBacksController, required EventChannel eventChannel, required String id, required String mainChannelId, required MethodChannel methodChannel})}) Future<IPlatformEntrypoint>
Creates a new platform<->host channel and returns a nested platform entrypoint.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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