ReceiptPlatformApi constructor

ReceiptPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

ReceiptPlatformApi(
	this._methodChannel
	) : encrypted = ReceiptEncryptedPlatformApi(_methodChannel),
	tryAndRecover = ReceiptTryAndRecoverPlatformApi(_methodChannel);