CallerWrapper class
- Inheritance
-
- Object
- RustToDartMirrorInterface
- CallerWrapper
- Annotations
Constructors
- CallerWrapper(AbstractCaller caller)
- Override
Properties
- avoidCall → bool
-
If this flag is true, then all calls from dart to rust should be avoided.
Typically, this method should be used in methods like updateData that makes
calls to rust.
no setterinherited
- caller → AbstractCaller
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instanceHash → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
Free memory from of class in caller
inherited
-
func0(
String string, int i, double d, {required int arg0, required double arg1}) → String -
func1(
String string, int i, double d, {required int arg0, required double arg1}) → Future< String> -
func2(
MegaStruct megaStruct) → DynamicValue -
init(
) → InstanceMirror -
inherited
-
initializeMirror(
) → InstanceMirror -
Initialize mirror instance inside of instance of any class.
Typical usage:
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
test0(
String string) → Future< DynamicValue> -
test1(
String string) → Future< DynamicValue> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited