Returns a String containing the version of the platform.
@override Future<String?> launchPurchase(String purchaseId) async { final version = html.window.navigator.userAgent; return version; }