scanWithCamera method

Future<QrScanResult?> scanWithCamera(
  1. ScanOptions options
)

Starts the camera scanner with the given options

Implementation

Future<QrScanResult?> scanWithCamera(ScanOptions options) {
  throw UnimplementedError('scanWithCamera() has not been implemented.');
}