NfcManagerIos class final
Provides access to the NFC session for iOS.
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  tagSessionBegin({required Set< NfcPollingOption> pollingOptions, required void didDetectTag(NfcTag)?, void didBecomeActive()?, void didInvalidateWithError(NfcReaderSessionErrorIos)?, String? alertMessage, bool invalidateAfterFirstRead = true}) → Future<void> 
- 
  tagSessionInvalidate({String? alertMessage, String? errorMessage}) → Future< void> 
- 
  tagSessionReadingAvailable() → Future< bool> 
- 
  tagSessionRestartPolling() → Future< void> 
- 
  tagSessionSetAlertMessage({required String alertMessage}) → Future< void> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
- 
  vasSessionBegin({required List< NfcVasCommandConfigurationIos> configurations, required void didReceive(List<NfcVasResponseIos> configurations), void didBecomeActive()?, void didInvalidateWithError(NfcReaderSessionErrorIos error)?, String? alertMessage}) → Future<void> 
- 
  vasSessionInvalidate({String? alertMessage, String? errorMessage}) → Future< void> 
- 
  vasSessionSetAlertMessage({required String alertMessage}) → Future< void> 
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Static Properties
- instance → NfcManagerIos
- 
  The default instance of NfcManagerIos to use.
  no setter