#import <flutter_task_queue_dispatch.h>
Instance Methods | |
(void) | - dispatch: |
The private implementation of FlutterTaskQueue
that has method declarations.
FlutterTaskQueue
doesn't have any methods publicly since it is supposed to be an opaque data structure. For Swift integration though FlutterTaskQueue
is visible publicly with no methods.
Definition at line 16 of file flutter_task_queue_dispatch.h.
- (void) dispatch: | (dispatch_block_t) | block |