static Future<void> logPurchase(Purchase purchase) async { return _channel.invokeMethod('logPurchase', purchase.toMap()); }