methods property
Returns the OperationDepositMethods available for the MyUser.
Implementation
RxList<OperationDepositMethod> get methods => _walletRepository.methods;
Returns the OperationDepositMethods available for the MyUser.
RxList<OperationDepositMethod> get methods => _walletRepository.methods;