Future<void> signInWithEmail(String email, String password) => JasprAuthService.instance.signInWithEmail(email, password);