NativeHandler class
Private API for handling NativeWidgets.
Constructors
- NativeHandler({required String name, bool enabled = kDebugMode})
Properties
Methods
-
handle(
String name, dynamic variable) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overflow(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited