OkHiAppConfiguration class
Defines the current mode you'll be using OkHi's services, your API Keys, as well as your application's meta information.
Constructors
- OkHiAppConfiguration({required String branchId, required String clientKey, required OkHiEnv env})
- OkHiAppConfiguration.withRawValue({required String branchId, required String clientKey, required String environmentRawValue})
Properties
Methods
-
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