AppwriteService constructor

AppwriteService()

Creates an AppwriteService and initializes the client with endpoint, project, and self-signed status.

Implementation

AppwriteService()
  : client =
        Client()
          ..setEndpoint(AppConstants.appwriteEndpoint)
          ..setProject(AppConstants.appwriteProjectId)
          ..setSelfSigned(status: true);