getDataByQRCode method

Future<Data> getDataByQRCode(
  1. String qrCode
)

QRコードで、データオブジェクト1件を取得します

Implementation

Future<Data> getDataByQRCode(String qrCode) =>
    _platform.getDataByQRCode(qrCode);