
can i still use model.document like this @override Future<model.Document> getUserData(String uid) { return _db.getDocument( databaseId: AppConstants.APPWRITE_DATABASE_ID, collectionId: AppConstants.APPWRITE_USERS_COLLECIION, documentId: uid, ); } by importing it like this - import 'package:appwrite/models.dart' as model;

sure

Yes that's perfectly fine!

Ofcourse, also just a suggestion to use the ` sign for code block - makes it very easy to read ❤️
Recommended threads
- AI feature by functions?I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing... 
- 500 Internal Error when Project is opene...After migrating from 1.6.1 to 1.7.4 I noticed this strange behaviour: When I open a project in a separate tab I get a 500 internal error. However, then I simpl... 
- CORS error only on tables db api After u...I've recently updated my self hosted appwrite instance to the 1.8.0 and updated my frontend with the tables db apis but strangely, even if I'm able to log in, g... 
