getTimeout method

Future<int> getTimeout()

Implementation

Future<int> getTimeout() {
  return hostApi.nfcAGetTimeout(handle: _handle);
}