Package io.flutter.plugin.common
Interface BinaryMessenger.TaskQueue
- Enclosing interface:
- BinaryMessenger
public static interface BinaryMessenger.TaskQueue
An abstraction over the threading policy used to invoke message handlers.
These are generated by calling methods like BinaryMessenger.makeBackgroundTaskQueue(TaskQueueOptions)
and can be passed into platform
channels' constructors to control the threading policy for handling platform channels'
messages.