Card91CardBalanceWidget constructor

Card91CardBalanceWidget({
  1. Key? key,
  2. required String cardId,
  3. required String token,
  4. required String env,
  5. required String templateId,
  6. required dynamic onDataResponse(
    1. String,
    2. String
    ),
})

Implementation

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