stayQuiet method

Future<void> stayQuiet()

DOC:

Implementation

Future<void> stayQuiet() {
  return hostApi.iso15693StayQuiet(
    handle: _handle,
  );
}