WalletRepo constructor

WalletRepo({
  1. required String baseUrl,
  2. required String token,
  3. required String? walletId,
})

Implementation

WalletRepo({
  required this.baseUrl,
  required this.token,
  required this.walletId,
});