walletApi property

Wallet get walletApi

Returns Payment API controller

Implementation

Wallet get walletApi =>
    wallet != null ? wallet! : wallet = Wallet(main: this);