Parodia class
A class for initializing and managing the Parodia service.
This class provides methods to initialize the service, set the authentication token and currency, and get the providers. It uses the Singleton pattern to ensure that only one instance of the class is created.
Properties
- authToken → String?
-
no setter
- baseUrl → String?
-
no setter
- currency → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- http → ParodiaHTTP?
-
no setter
- isInitialized → bool
-
no setter
-
providers
→ List<
SingleChildWidget> -
The providers for the Parodia service.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setAuthToken ← String?
-
no getter
- setCurrency ← String?
-
no getter
Methods
-
init(
{required String baseUrl, required String storeKey, String? authToken}) → dynamic - Initializes the Parodia service.
-
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