- 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
@@ -180,6 +180,7 @@ class ArcaneAuthenticationService extends ArcaneService {
/// method will run after the authentication status has been updated.
/// When logging in with email and password, the user's email address will be
/// cached in `ArcaneSecureStorage`.
@Deprecated("Use `login` instead. Deprecated as of version 1.0.5")
Future<Result<void, String>> loginWithEmailAndPassword({
required String email,
required String password,