isRegistered abstract method Null safety

bool isRegistered(
  1. 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);