BindingsImpl class

Implemented types

Constructors

BindingsImpl(ExternalLibrary dylib)
factory
BindingsImpl.raw(BindingsPlatform _platform)
BindingsImpl.wasm(FutureOr<WasmModule> module)
Only valid on web/WASM platforms.
factory

Properties

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

Methods

dispose() → void
forwardMessage({required String receiverId, required String data, dynamic hint}) Future<String>
override
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>
override
queryBySn({required String receiverId, required int sn, dynamic hint}) Future<String>
override
registerToken({required String id, required String token, dynamic hint}) Future<String>
override
toString() String
A string representation of this object.
inherited

Operators

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