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