- Marks `loginWithEmailAndPassword` as deprecated and update example

Signed-off-by: Hans Kokx <hans.d.kokx@gmail.com>
This commit is contained in:
2024-09-20 15:23:13 +02:00
parent 05624263fb
commit 52c6626531
6 changed files with 15 additions and 16 deletions
@@ -46,6 +46,7 @@ abstract class ArcaneAuthInterface {
/// password: "password123",
/// );
/// ```
@Deprecated("Use `login` instead. Deprecated as of version 1.0.5")
Future<Result<void, String>> loginWithEmailAndPassword({
required String email,
required String password,