InvoicePlatformApi constructor

InvoicePlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

InvoicePlatformApi(
	this._methodChannel
	) : tryAndRecover = TryAndRecoverInvoicePlatformApi(_methodChannel),
	encrypted = EncryptedInvoicePlatformApi(_methodChannel);