getMaxTransceiveLength method

Future<int> getMaxTransceiveLength()

Implementation

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