postgres-native-sqldelight
common
postgres-native-sqldelight-driver
/
app.softwork.sqldelight.postgresdriver
/
ListenerSupport
/
Local
Local
class
Local
(
notificationScope
:
CoroutineScope
,
notifications
:
Flow
<
String
>
,
notify
:
suspend
(
String
)
->
Unit
)
:
ScopedListenerSupport
Members
Constructors
Local
Link copied to clipboard
constructor
(
notificationScope
:
CoroutineScope
,
notifications
:
Flow
<
String
>
,
notify
:
suspend
(
String
)
->
Unit
)
Properties
notification
Scope
Link copied to clipboard
open
override
val
notificationScope
:
CoroutineScope