Package io.flutter.plugin.common
Class BinaryMessenger.TaskQueueOptions
java.lang.Object
io.flutter.plugin.common.BinaryMessenger.TaskQueueOptions
- Enclosing interface:
- BinaryMessenger
Options that control how a TaskQueue should operate and be created.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
setIsSerial
(boolean isSerial) Setter for `isSerial` property.
-
Constructor Details
-
TaskQueueOptions
public TaskQueueOptions()
-
-
Method Details
-
getIsSerial
public boolean getIsSerial() -
setIsSerial
Setter for `isSerial` property.When this is true all tasks performed by the TaskQueue will be forced to happen serially (one completes before the other begins).
-