onLogin property

Поток с событиями успешного входа в систему

Implementation

static Stream<PaymentLoginEvent> get onLogin => _streamController.stream.whereType<PaymentLoginEvent>();