GoogleApisClient class
- Inheritance
-
- Object
- GoogleApisClientRaw
- GoogleApisClient
Constructors
- GoogleApisClient({required GoogleApisClientApiKey googleApisClientApiKey})
Properties
- gmail → Gmail
-
no setter
- google_apis_client_api_key ↔ GoogleApisClientApiKey
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sheets → Sheets
-
no setter
- youtube → Youtube
-
no setter
- youtube_no_auth → YoutubeNoAuth
-
no setter
Methods
-
googleApisClient(
{GoogleApisClientApiKey? googleApisClientApiKey}) → Future< GoogleApisClientApiKey> -
inherited
-
initClient(
{required GoogleApisClientApiKey googleApisClientApiKey}) → Future< GoogleApisClientApiKey> -
inherited
-
invoke(
{required JsonApis requestData, bool throwOnError = false}) → Future< JsonScheme> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
request(
{required JsonApis requestData, bool throwOnError = false}) → Future< JsonScheme> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited