stablekernel / postgresql-dart

Dart PostgreSQL driver: supports extended query format, binary protocol and statement reuse.
https://www.dartdocs.org/documentation/postgres/latest
BSD 3-Clause "New" or "Revised" License
129 stars 32 forks source link

Listen to notification #174

Open IsemicolonI opened 7 months ago

IsemicolonI commented 7 months ago

I'm using the "Connection" class version 3.0.8 and notifications.listen() no longer exists How can I listen to notifications? There were no examples in the document