currentBasicAccount property

BasicAuthAccount? currentBasicAccount

Implementation

BasicAuthAccount? get currentBasicAccount =>
    currentAccount as BasicAuthAccount?;