captureFingerPrint method

Future captureFingerPrint(
  1. String pidOptions, {
  2. int? port,
  3. String? path,
})

Implementation

Future<dynamic> captureFingerPrint(String pidOptions, {int? port, String? path}) {
  throw UnimplementedError('getMantraScan() has not been implemented.');
}