IPairing class abstract

Implementers

Constructors

IPairing()

Properties

hashCode int
The hash code for this object.
no setterinherited
onPairingDelete → Event<PairingEvent>
final
onPairingExpire → Event<PairingEvent>
final
onPairingPing → Event<PairingEvent>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activate(String topic) Future<void>
create() Future<CreateResponse>
disconnect(String topic) Future<void>
getPairings() List<PairingInfo>
getStore() IPairingStore
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pair(Uri uri, {bool activatePairing}) Future<PairingInfo>
ping(String topic) Future<void>
register(String method, Function f) → void
sendError(int id, String topic, String method, JsonRpcError error) Future<void>
sendRequest(String topic, String method, Map<String, dynamic> params, {int? id}) Future
sendResult(int id, String topic, String method, dynamic result) Future<void>
toString() String
A string representation of this object.
inherited
updateExpiry(String topic, int expiry) Future<void>
updateMetadata(String topic, PairingMetadata metadata) Future<void>

Operators

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