Local

class Local(notificationScope: CoroutineScope, notifications: Flow<String>, notify: suspend (String) -> Unit) : ScopedListenerSupport

Constructors

Link copied to clipboard
constructor(notificationScope: CoroutineScope, notifications: Flow<String>, notify: suspend (String) -> Unit)

Properties

Link copied to clipboard