getUserAccountByEmail abstract method

Future<UserAccount> getUserAccountByEmail(
  1. String email
)

Implementation

Future<UserAccount> getUserAccountByEmail(String email);