username abstract method Null safety

Future<void> username(
  1. String username
)

Provides the username of the account selected by the user.

Params:

  • username: the username of the selected account.

Implementation

Future<void> username(String username);