getMaxTransceiveLength method

Future<int> getMaxTransceiveLength()

Implementation

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