showLiveness method

Future<void> showLiveness(
  1. String license,
  2. TDLivenessCallback callback
)

Implementation

Future<void> showLiveness(String license,TDLivenessCallback callback) {
  throw UnimplementedError('getResult() has not been implemented.');
}