python_channel library
Classes
- BytesChannel
- This class present chanell that send and recive bytes Uint8List
-
Channel<
O, I> - The base class for the channels
- JsonChannel
- This class present chanell that send and recive json Map or List
- MethodCall
- class represent method call through MethodChannel
- MethodChannel
- PythonChannelPlugin
- the main class in the package
- PythonMethodException
-
Reply<
T> - this class is used to send reply on message
- StringChannel
- This class present chanell that send and recive String