launchSelphIDCapture method
Implementation
Future<Either<Exception, SelphIdResult>> launchSelphIDCapture({
required String resourcesPath,
required String license,
}) async {
return launchSelphIDCaptureWithConfiguration(
resourcesPath: resourcesPath,
license: license,
configuration: createStandardConfiguration(),
);
}