Package-level declarations

Types

Link copied to clipboard
interface Cancellable
Link copied to clipboard
class IosFlow<T>(source: Flow<T>) : Flow<T>
Link copied to clipboard
abstract class Publisher<T>(val scope: CoroutineScope = CoroutineScope(Dispatchers.Main))

Controller which sends messages of type which can be received on the Dart side by EventChannel listeners.