stop static method
Implementation
static Future<void> stop() async {
_active = false;
if (_bridge == null) await NfcNativeDriver.closeSession();
_stateStream.add(NfcPhase.standby);
}
static Future<void> stop() async {
_active = false;
if (_bridge == null) await NfcNativeDriver.closeSession();
_stateStream.add(NfcPhase.standby);
}