@override Future<String?> getAppleReceipt() async { final version = await methodChannel.invokeMethod<String>('getAppleReceipt'); return version; }