Settings class
Created by Injoit on 2019-12-27. Copyright © 2019 Quickblox. All rights reserved.
Constructors
- Settings()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
disableCarbons(
) → Future< void> -
disableLogging(
) → Future< void> -
disableXMPPLogging(
) → Future< void> -
enableAutoReconnect(
bool enable) → Future< void> -
enableCarbons(
) → Future< void> -
enableLogging(
) → Future< void> -
enableXMPPLogging(
) → Future< void> -
get(
) → Future< QBSettings?> -
init(
String appId, String authKey, String authSecret, String accountKey, {String? apiEndpoint, String? chatEndpoint}) → Future< void> -
initWithAppId(
String appId, {String? accountKey, String? apiEndpoint, String? chatEndpoint}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CHANNEL_NAME → const String
- //////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////
- DISABLE_CARBONS_METHOD → const String
- DISABLE_LOGGING_METHOD → const String
- DISABLE_XMPP_LOGGING_METHOD → const String
- ENABLE_AUTO_RECONNECT_METHOD → const String
- ENABLE_CARBONS_METHOD → const String
- ENABLE_LOGGING_METHOD → const String
- ENABLE_XMPP_LOGGING_METHOD → const String
- GET_METHOD → const String
- INIT_METHOD → const String
- INIT_WITHOUT_AUTH_KEY_AND_SECRET_METHOD → const String