getAccount abstract method

Future<UserModel?> getAccount(
  1. String email
)

Implementation

Future<UserModel?> getAccount(String email);