File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ import 'package:woosignal/woosignal.dart';
3535_getProducts() async {
3636
3737 // Step 1 - Initialize WooSignal
38- WooSignal wooSignal = await WooSignal.instance.init(appKey: "your app key");
38+ await WooSignal.instance.init(appKey: "your app key");
3939
4040 // Step 2 - Call an API
4141 List<Product> products = await WooSignal.instance.getProducts();
@@ -215,4 +215,4 @@ _getProducts() async {
215215[ See Setting options API] ( https://woosignal.com/docs/api/1.0/setting-options )
216216
217217
218- Disclaimer: This plugin is not affiliated with or supported by Automattic, Inc. All logos and trademarks are the property of their respective owners.
218+ Disclaimer: This plugin is not affiliated with or supported by Automattic, Inc. All logos and trademarks are the property of their respective owners.
You can’t perform that action at this time.
0 commit comments