launchSelphiAuthenticate method

Future<Either<Exception, SelphiFaceResult>> launchSelphiAuthenticate(
  1. String resourcesPath
)

Implementation

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