showScannerWithCameraIDAndOpts static method
Implementation
static Future<dynamic> showScannerWithCameraIDAndOpts(cameraID, options) async {
return await _channel.invokeMethod("showScannerWithCameraIDAndOpts", [cameraID, options]);
}
static Future<dynamic> showScannerWithCameraIDAndOpts(cameraID, options) async {
return await _channel.invokeMethod("showScannerWithCameraIDAndOpts", [cameraID, options]);
}