Bindings class abstract

Implementers

Constructors

Bindings()

Properties

hashCode int
The hash code for this object.
no setterinherited
kForwardMessageConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kQueryByDigestConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kQueryBySnConstMeta → FlutterRustBridgeTaskConstMeta
no setter
kRegisterTokenConstMeta → FlutterRustBridgeTaskConstMeta
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

forwardMessage({required String receiverId, required String data, dynamic hint}) Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryByDigest({required String receiverId, required List<String> digests, dynamic hint}) Future<String>
queryBySn({required String receiverId, required int sn, dynamic hint}) Future<String>
registerToken({required String id, required String token, dynamic hint}) Future<String>
toString() String
A string representation of this object.
inherited

Operators

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