ErrorCallbackFn typedef

ErrorCallbackFn = void Function(GoogleIdentityServicesError? error)

The type of the error_callback in both oauth2 initXClient calls.

Implementation

typedef ErrorCallbackFn = void Function(GoogleIdentityServicesError? error);