channel_sender_client library
Classes
- AsyncClient
- Flutter-specific wrapper for EnhancedAsyncClient
- AsyncClientEvent
- AsyncClientEventHandler
- AsyncConfig
- Represents the configuration for an asynchronous client connection.
- AsyncDataFlowLogger
- ChannelMessage
- Represents a message in a channel with associated metadata.
- MessageWithState
- Combined message and connection state.
Enums
- CustomAppLifecycleState
- App lifecycle state (simplified for non-Flutter usage).
- CustomConnectionState
- Connection state enumeration.
- TransportType
- Enum representing the different types of transport mechanisms.
Functions
-
transportFromString(
String typeString) → TransportType - Converts a string representation of a transport type to its corresponding TransportType enum value.