BaseHandler class

Generically handles a Dart-Rust call.

Constructors

BaseHandler()

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

dartFnInvoke(List message, GeneralizedFrbRustBinding generalizedFrbRustBinding) → void
When Rust invokes a Dart function
executeNormal<S, E extends Object>(NormalTask<S, E> task) Future<S>
Execute a normal ffi call. Usually called by generated code instead of manually called.
executeStream<S, E extends Object>(StreamTask<S, E> task) Stream<S>
Similar to executeNormal, except that this will return a Stream instead of a Future.
executeSync<S, E extends Object, WireSyncType>(SyncTask<S, E, WireSyncType> task) → S
Similar to executeNormal, except that this will return synchronously
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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