currentBasicAccount property

BasicAuthAccount? get currentBasicAccount

Implementation

BasicAuthAccount? get currentBasicAccount =>
    currentAccount as BasicAuthAccount?;