MeshBaseFlutterPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • MeshBaseFlutterPlatform
Implementers

Constructors

MeshBaseFlutterPlatform()
Constructs a MeshBaseFlutterPlatform.

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

getId() Future<String>
getNeighbors() Future<List<Device>>
getPlatformVersion() Future<String?>
getStatus() Future<MeshStatus>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off() Future<void>
on() Future<void>
send({required MeshProtocol protocol, bool keepMessageId = false}) Future<SendResult>
subscribe(MeshManagerListener listener) Future<void>
toString() String
A string representation of this object.
inherited
unsubscribe() Future<void>

Operators

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

Static Properties

instance MeshBaseFlutterPlatform
The default instance of MeshBaseFlutterPlatform to use.
getter/setter pair