We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c528b8 commit 50f17d1Copy full SHA for 50f17d1
Sources/FlutterSwift/Channel/FlutterEventChannel.swift
@@ -71,8 +71,7 @@ public final class FlutterEventChannel: _FlutterBinaryMessengerConnectionReprese
71
* @param name The channel name.
72
* @param binaryMessenger The binary messenger.
73
* @param codec The method codec.
74
- * @param taskQueue The FlutterTaskQueue that executes the handler (see
75
- -[FlutterBinaryMessenger makeBackgroundTaskQueue]).
+ * @param taskQueue The FlutterTaskQueue that executes the handler
76
*/
77
public init(
78
name: String,
0 commit comments