startLiveness method

Future startLiveness(
  1. String appKey,
  2. String environment,
  3. Object? builder,
  4. Object? themeBuilder,
  5. Object? fontsBuilder,
  6. Object? loading,
)

Implementation

Future startLiveness(String appKey, String environment, Object? builder,
    Object? themeBuilder, Object? fontsBuilder, Object? loading) {
  throw UnimplementedError('Liveness3D() has not been implemented.');
}