getQrCodeByImagePath method
从相机获取二维码并返回扫码信息 Get the qrcode data from photo album
Implementation
@override
Future<List<String>> getQrCodeByImagePath(String path) {
throw UnimplementedError('$_tag not support getQrCodeByImagePath on Web');
}
从相机获取二维码并返回扫码信息 Get the qrcode data from photo album
@override
Future<List<String>> getQrCodeByImagePath(String path) {
throw UnimplementedError('$_tag not support getQrCodeByImagePath on Web');
}