preLoad method
Implementation
void preLoad({
required void Function(CSDocsAuthenticationResponse auth) onLoaded,
}) {
MethodChannelCSDocumentosCopySDKNativeToDart.instance.setOnPreLoadCallback(
onLoaded,
);
return MethodChannelCSDocumentosCopySDKDartToNative.instance.preLoad(
onLoaded: onLoaded,
configuration: this,
);
}