MethodChannelMeshBaseFlutter class
An implementation of MeshBaseFlutterPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- MeshBaseFlutterPlatform
- MethodChannelMeshBaseFlutter
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
listeners
↔ List<
MeshManagerListener> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getId(
) → Future< String> -
override
-
getNeighbors(
) → Future< List< Device> > -
override
-
getPlatformVersion(
) → Future< String?> -
override
-
getStatus(
) → Future< MeshStatus> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
off(
) → Future< void> -
override
-
on(
) → Future< void> -
override
-
send(
{required MeshProtocol protocol, bool keepMessageId = false}) → Future< SendResult> -
override
-
subscribe(
MeshManagerListener listener) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribe(
) → Future< void> -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited