startQcrCapture method

Future<Map?> startQcrCapture(
  1. Map<String, dynamic> args
)

Implementation

Future<Map?> startQcrCapture(Map<String, dynamic> args) {
  throw UnimplementedError('startQcrCapture() has not been implemented.');
}