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