getLoggedInUsername abstract method

Future<String?> getLoggedInUsername()

Returns the username of the underlying provider's logged in session. If the provider session is logged in then the name will be 'null'.

Implementation

Future<String?> getLoggedInUsername();