AppSyncPlatformInterface class abstract
An abstract base class for defining the platform interface of the App Sync plugin.
- Inheritance
-
- Object
- PlatformInterface
- AppSyncPlatformInterface
- Implementers
Constructors
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
-
initMethod(
BuildContext context, {bool showNativeUI = true, Widget? customWidget(Map< String, dynamic> )?}) → Future<void> - Initializes the platform-specific method for app sync.
-
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
Static Properties
- instance ↔ AppSyncPlatformInterface
-
Gets the current instance of AppSyncPlatformInterface.
getter/setter pair