getStoredEmail method

Future<String?> getStoredEmail()

Gets the stored email address of the current user Returns null if no user is authenticated

Implementation

Future<String?> getStoredEmail() => TokenStorage.getEmail();