mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-08-05 04:36:41 +00:00
Update runner.dart
This commit is contained in:
parent
74288d04d9
commit
6f8231f721
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ Future<void> runLightmeterApp(Environment env) async {
|
||||||
IAPProduct(
|
IAPProduct(
|
||||||
storeId: IAPProductType.paidFeatures.storeId,
|
storeId: IAPProductType.paidFeatures.storeId,
|
||||||
price: '0.0\$',
|
price: '0.0\$',
|
||||||
status: IAPProductStatus.purchased,
|
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
child: application,
|
child: application,
|
||||||
|
|
Loading…
Reference in a new issue