startNFCScan method
Starts an NFC scan and returns the scan result.
Implementation
Future<dynamic> startNFCScan() async {
final scanOp = json.decode(await _javaChannel.invokeMethod("listen"));
return scanOp;
}
Starts an NFC scan and returns the scan result.
Future<dynamic> startNFCScan() async {
final scanOp = json.decode(await _javaChannel.invokeMethod("listen"));
return scanOp;
}