flint_client_web library

Typedefs

AuthTokenProvider = FutureOr<String?> Function()
ErrorHandler = void Function(FlintError error)
JsonParser<T> = T Function(dynamic json)
RequestDoneCallback<T> = void Function(FlintResponse<T> response, FlintError? error)

Exceptions / Errors

FlintError