AppwriteService class
Service class for configuring and providing an Appwrite Client instance.
This class sets up the Appwrite client with the required endpoint, project ID, and allows self-signed certificates for development purposes.
Constructors
- AppwriteService.new()
- Creates an AppwriteService and initializes the client with endpoint, project, and self-signed status.
Properties
- client → Client
-
The Appwrite Client used for making API requests.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance → Client
-
Returns the configured Appwrite Client instance.
no setter
- 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