ApiConfig class
A portable object for passing api configuration across isolates.
Constructors
Properties
Methods
-
apiClient(
{required ApiClientTransport apiClient, required ApiReader reader, bool logToFirebase = false}) → ApiClient - Recreates an authentication state (usually done inside an isolate)
-
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