mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update dart EXAMPLES.md
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user