ReceiptPlatformApi constructor

ReceiptPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

ReceiptPlatformApi(
	this._methodChannel
	) : tryAndRecover = TryAndRecoverReceiptPlatformApi(_methodChannel),
	encrypted = EncryptedReceiptPlatformApi(_methodChannel);