InvoicePlatformApi constructor

InvoicePlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

InvoicePlatformApi(
	this._methodChannel
	) : encrypted = InvoiceEncryptedPlatformApi(_methodChannel),
	tryAndRecover = InvoiceTryAndRecoverPlatformApi(_methodChannel);