ApiClient class

Properties

apiKey String?
getter/setter pair
baseURL String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionToken String?
getter/setter pair
websocketURL String?
getter/setter pair

Methods

clearSession() → void
establishSession({required String apiKey, required String kycLevel, String? firstName, String? lastName, String? uniqueId, String? phoneNumber, String? emailAddress, String? i18n}) Future<Branding?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
perform<T>(ApiRequest<T> request, {bool sessionRequest = true, bool video = false, void progressHandler(double progress)?}) Future<T>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

shared ApiClient
final