Browse Source

Add product ID for free susbcriptions

Vishnu Mohandas 4 years ago
parent
commit
2c69be6071
1 changed files with 2 additions and 0 deletions
  1. 2 0
      lib/models/subscription.dart

+ 2 - 0
lib/models/subscription.dart

@@ -1,5 +1,7 @@
 import 'dart:convert';
 
+const kFreeProductID = "free";
+
 class Subscription {
   final int id;
   final String productID;