| .. | .. |
|---|
| 13 | 13 | import file_selector_macos |
|---|
| 14 | 14 | import flutter_app_badger |
|---|
| 15 | 15 | import flutter_secure_storage_macos |
|---|
| 16 | +import in_app_purchase_storekit |
|---|
| 16 | 17 | import push |
|---|
| 17 | 18 | import record_macos |
|---|
| 18 | 19 | import share_plus |
|---|
| .. | .. |
|---|
| 27 | 28 | FileSelectorPlugin.register(with: registry.registrar(forPlugin: "FileSelectorPlugin")) |
|---|
| 28 | 29 | FlutterAppBadgerPlugin.register(with: registry.registrar(forPlugin: "FlutterAppBadgerPlugin")) |
|---|
| 29 | 30 | FlutterSecureStoragePlugin.register(with: registry.registrar(forPlugin: "FlutterSecureStoragePlugin")) |
|---|
| 31 | + InAppPurchasePlugin.register(with: registry.registrar(forPlugin: "InAppPurchasePlugin")) |
|---|
| 30 | 32 | PushPlugin.register(with: registry.registrar(forPlugin: "PushPlugin")) |
|---|
| 31 | 33 | RecordMacOsPlugin.register(with: registry.registrar(forPlugin: "RecordMacOsPlugin")) |
|---|
| 32 | 34 | SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin")) |
|---|