loadSubscriptions abstract method
If the purchase state is NOT_PURCHASED, you might want to load your subscriptions from the stores.
loadSubscriptions gets called whenever you should load the store information
Implementation
Future<bool> loadSubscriptions();