Card91CardBalanceWidget constructor
Card91CardBalanceWidget({})
Implementation
Card91CardBalanceWidget(
{Key? key,
required this.cardId,
required this.token,
required this.env,
required this.templateId,
required this.onDataResponse})
: super(key: key);