BeaconPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • BeaconPlatform
Implementers

Constructors

BeaconPlatform()

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

addPeer({required String id, required String name, required String publicKey, required String relayServer, required String version}) Future<Map>
getBeaconResponse() Stream<String>
getPeers() Future<Map>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
operationResponse({required String id, required String? transactionHash}) Future<Map>
pair({required String pairingRequest}) Future<Map>
pause() Future<Map>
permissionResponse({required String id, required String? publicKey, required String? address}) Future<Map>
removePeer({required String publicKey}) Future<Map>
removePeers() Future<Map>
respondExample() Future<void>
resume() Future<Map>
signPayloadResponse({required String id, required String? signature}) Future<Map>
startBeacon() Future<Map>
stop() Future<Map>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance BeaconPlatform
getter/setter pair