Skip to content
Prev Previous commit
Next Next commit
doc
  • Loading branch information
tarrinneal committed Oct 18, 2023
commit cbbd1213c4d5ff54d6f04cb44d7520f63f43a8ca
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public final class QuickActionsPlugin: NSObject, FlutterPlugin, IosQuickActionsA
self.flutterApi = IosQuickActionsFlutterApi(binaryMessenger: messenger)
}

/// Method to allow for async testing.
var testStub: (() -> Void)? = nil

func setShortcutItems(itemsList: [ShortcutItemMessage]) throws {
Expand Down