IPairing class abstract

Implementers

Constructors

IPairing()

Properties

core ICore
no setter
hashCode int
The hash code for this object.
no setterinherited
logger Logger
no setter
name String
no setter
pairings IStore<String, PairingStruct>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activate({required String topic}) Future<void>
create() Future<PairingCreated>
disconnect({required String topic}) Future<void>
getPairings() List<PairingStruct>
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pair({required String uri, bool activatePairing = false}) Future<PairingStruct>
ping({required String topic}) Future<void>
register(List<String> methods) → void
toString() String
A string representation of this object.
inherited
updateExpiry({required String topic, required int expiry}) Future<void>
updateMetadata({required String topic, required AppMetadata metadata}) Future<void>

Operators

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