getMaxTransceiveLength method

Future<int> getMaxTransceiveLength()

Implementation

Future<int> getMaxTransceiveLength() {
  return hostApi.nfcAGetMaxTransceiveLength(handle: _handle);
}