FlutterApi class
Metadata to annotate a Pigeon API implemented by Flutter.
The abstract class with this annotation groups a collection of Dart↔host interop methods. These methods are invoked by the host-platform (such as in Android or iOS) and are received by Flutter by a class implementing the generated Dart interface.
Constructors
- FlutterApi()
-
Parametric constructor for FlutterApi.
const
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
-
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