FirebaseNetworkClient class
Firebase Implementation of INetworkClient. Fully utilizes Firestore, Auth, and Storage.
- Implemented types
Constructors
- FirebaseNetworkClient({String baseUrl = ''})
Properties
Methods
-
cancelAll(
) → void -
Cancels all pending requests.
override
-
dispose(
) → void -
Disposes the client.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request<
T> (Endpoint endpoint, {Map< String, dynamic> ? queryParams, Map<String, String> ? pathParams, dynamic body}) → Future<T> -
Executes a request for a given endpoint.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
watch<
T> (Endpoint endpoint, {Map< String, dynamic> ? queryParams, Map<String, String> ? pathParams}) → Stream<T> -
Watches an endpoint for changes (Streams).
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited