ProviderArgs class Null safety

Implementers

Constructors

ProviderArgs()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
host String
read-only
path String
read-only
redirectUri String
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
usesFragment bool
read / write

Methods

authorizeFromCallback(String callbackUrl) Future<AuthResult?>
buildQueryParameters() Map<String, String>
buildSignInUri() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Future<Map<String, String>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited