ReceiptPlatformApi constructor
ReceiptPlatformApi(
- MethodChannel _methodChannel
Implementation
ReceiptPlatformApi(
this._methodChannel
) : encrypted = ReceiptEncryptedPlatformApi(_methodChannel),
tryAndRecover = ReceiptTryAndRecoverPlatformApi(_methodChannel);