didUserSkip property

bool get didUserSkip

True if the user used the skip button on NFC screen or in dialog, otherwise false.

Implementation

bool get didUserSkip => _map["didUserSkip"] as bool;