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