stayQuiet method

Future<void> stayQuiet()

Implementation

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