InvoicePlatformApi constructor
InvoicePlatformApi(
- MethodChannel _methodChannel
Implementation
InvoicePlatformApi(
this._methodChannel
) : encrypted = InvoiceEncryptedPlatformApi(_methodChannel),
tryAndRecover = InvoiceTryAndRecoverPlatformApi(_methodChannel);