launchSelphiAuthenticate method
- String resourcesPath
Implementation
Future<Either<Exception, SelphiFaceResult>> launchSelphiAuthenticate(
String resourcesPath,
) async {
return launchSelphiAuthenticateWithConfiguration(
resourcesPath: resourcesPath,
configuration: createStandardConfiguration(),
);
}