CSDocsSDK class
Constructors
-
CSDocsSDK({required Future<
CSDocsAuthenticationResponse> login(), required CSDocsIdentityConfiguration identity, required CSDocsColorsConfiguration colors, required CSDocsEnvironments environment, required List<CSDocsFlowTypes> flowTypes, required String transactionId, FutureOr<void> onUploadedDocumentError(String base64, CSDocsValidationErrorException error, dynamic closeSdk())?})
Properties
- colors → CSDocsColorsConfiguration
-
final
- environment → CSDocsEnvironments
-
final
-
flowTypes
→ List<
CSDocsFlowTypes> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identity → CSDocsIdentityConfiguration
-
final
-
login
↔ Future<
CSDocsAuthenticationResponse> Function() -
getter/setter pair
-
onUploadedDocumentError
→ FutureOr<
void> Function(String base64, CSDocsValidationErrorException error, dynamic closeSdk())? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionId → String
-
final
Methods
-
init(
) → Future< CSDocumentosCopySDKResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preLoad(
{required void onLoaded(CSDocsAuthenticationResponse auth)}) → void -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited