checkUsername abstract method

Future<bool?> checkUsername(
  1. String username
)

Implementation

Future<bool?> checkUsername(String username);