1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Update dart EXAMPLES.md

This commit is contained in:
Pratik Gupta 2023-10-17 01:25:54 +05:30 committed by GitHub
parent 0587aec643
commit 613a733169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,11 @@ Create a new user:
Users users = Users(client);
User result = await users.create(
userId: '[USER_ID]',
email: 'email@example.com',
password: 'password',
ID.unique(),
email = 'email@example.com',
phone = '+123456789',
password = 'password',
name = "Walter O'Brien"
);
```
@ -57,4 +59,4 @@ storage.createFile(
});
```
All examples and API features are available at the [official Appwrite docs](https://appwrite.io/docs)
All examples and API features are available at the [official Appwrite docs](https://appwrite.io/docs)