captureFingerPrint method

Future<String?> captureFingerPrint(
  1. String pidOptions
)

Implementation

Future<String?> captureFingerPrint(String pidOptions) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}