Instance Method
listen(_:)
Deprecated
Use the new listen method that takes a closure to handle notifications
Start listening for a channel.
func listen(_ channel: String) async throws -> PostgresNotificationSequence
Instance Method
Deprecated
Use the new listen method that takes a closure to handle notifications
func listen(_ channel: String) async throws -> PostgresNotificationSequence