restoreFuture static method
USE WITH CARE. We're currently testing the new restore method
All In App purchases are handled async, it's difficult to wait for something, that happens in a different thread.
This will restore the products a user previously purchased.
Implementation
static Future<LinkFiveActiveProducts> restoreFuture() {
return LinkFivePurchasesImpl().restoreWithFuture();
}