finish static method
Wrapper around Transaction.finish
https://developer.apple.com/documentation/storekit/transaction/3749694-finish
Indicates to the App Store that the app delivered the purchased content
or enabled the service to finish the transaction.
Implementation
static Future<void> finish(int id) async {
await _hostApi.finish(id);
}