isRegistered abstract method
- String username
Returns true if the provided user is registered and false otherwise.
Params:
- the username
Returns: true if the provided user is registered and false otherwise.
Implementation
bool isRegistered(String username);