BaseEntrypoint<D extends BaseDispatcher> class abstract

This is only intended to be used by automatically generated code, instead of developers.

Constructors

BaseEntrypoint()

Properties

dispatcher → D
This is only intended to be used by automatically generated code, instead of developers.
read-only
dropPort → NativePortType
This is only intended to be used by automatically generated code, instead of developers.
read-only
hashCode int
The hash code for this object.
read-onlyinherited
initialized bool
Whether the system has been initialized.
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

createDefaultDispatcher() → D
This is only intended to be used by automatically generated code, instead of developers.
disposeImpl() → void
This is only intended to be used by automatically generated code, instead of developers.
initImpl({D? dispatcher}) Future<void>
This is only intended to be used by automatically generated code, instead of developers.
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