AccountService constructor
AccountService()
A flag indicating whether the account exists on the Haveno server. The value is null if the existence check has not been performed yet. Constructor for AccountService that initializes it with a HavenoChannel.
The havenoChannel parameter is required and must be connected to perform any operations.
Implementation
//bool? _accountExists;
/// Constructor for [AccountService] that initializes it with a [HavenoChannel].
///
/// The [havenoChannel] parameter is required and must be connected to
/// perform any operations.
AccountService();