loadSubscriptions method
Reload the subscriptions This will be overwritten by LinkFivePurchasesMain
Implementation
@override
Future<bool> loadSubscriptions() async {
LinkFiveLogger.d("You should load your store subscriptions now");
return false;
}