MethodChannelIntelligence class
An implementation of IntelligencePlatform that uses method and event channels.
- Inheritance
-
- Object
- PlatformInterface
- IntelligencePlatform
- MethodChannelIntelligence
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- linksChannel → EventChannel
-
The event channel used to receive interaction events from
the native layer.
final
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- 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
-
populate(
List< Representable> items) → Future<void> -
Serializes and pushes
items
to the native layer to surface them to the users at proper OS flows.override -
selectionsStream(
) → Stream< String> -
Deserializes and notifies about selections made by the user
in OS flows.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited