LK class

/////////////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////////////

Constructors

LK()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Static Properties

accountApi String
no setter
authorizationApi String
no setter
clientId String
getter/setter pair
clientSecret String
getter/setter pair
redirectUri String?
getter/setter pair
refreshApi String
no setter
server String
getter/setter pair
tokenApi String
no setter

Static Methods

codeSignIn({required String code, required String state}) Future<LKAccount?>
credentials({required String clientId, required String clientSecret, String? redirectUri}) → void
documentApi(String id, {String? size}) String
mandatesApi(LKAgency agency) String
placeApi(LKAgency agency, String id) String
placesApi(LKAgency agency, {int skip = 0, dynamic limit = 1}) String
projectsApi(LKAgency agency, {DateTime? begin, DateTime? end}) String
searchPlaceApi({required String postcode, required String street, required String number}) String
signIn(BuildContext context, {String? state}) Future<LKAccount?>
signOut() Future<void>
silentSignIn() Future<LKAccount?>

Constants

storage → const FlutterSecureStorage
storageKey → const String