GoogleWebService class abstract

Implementers

Constructors

GoogleWebService({String? apiKey, required String apiPath, String? baseUrl, Client? httpClient, Map<String, String>? apiHeaders})

Properties

apiHeaders Map<String, String>?
no setter
apiKey String?
no setter
hashCode int
The hash code for this object.
no setterinherited
httpClient → Client
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url Uri
no setter

Methods

buildQuery(Map<String, dynamic> params) String
dispose() → void
doGet(String url, {Map<String, String>? headers}) Future<Response>
doPost(String url, String body, {Map<String, String>? headers}) Future<Response>
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