ApiClient class
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