MethodChannelCSDocumentosCopySDKNativeToDart class

Properties

hashCode int
The hash code for this object.
no setterinherited
loginCallback Future<CSDocsAuthenticationResponse> Function()?
getter/setter pair
methodChannel MethodChannel
final
onPreLoadCallback ↔ void Function(CSDocsAuthenticationResponse auth)?
getter/setter pair
onUploadedDocumentErrorCallback FutureOr<void> Function(String base64, CSDocsValidationErrorException error, dynamic closeSdk())?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldCloseSdk bool
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetState() → void
setLoginCallback(Future<CSDocsAuthenticationResponse> loginCallback()) → void
setOnPreLoadCallback(void onPreLoadCallback(CSDocsAuthenticationResponse auth)) → void
setOnUploadedDocumentErrorCallback(FutureOr<void> onUploadedDocumentErrorCallback(String base64, CSDocsValidationErrorException error, dynamic closeSdk())?) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance MethodChannelCSDocumentosCopySDKNativeToDart
no setter