menu
noor_go package
documentation
customer_app/domain/interface/payment.dart
PaymentInterface
fetchCards abstract method
fetchCards abstract method
dark_mode
light_mode
fetchCards
abstract method
Future
<
Either
<
List
<
CardModel
>
,
dynamic
>
>
fetchCards
(
{
required
BuildContext
context
,
})
Implementation
Future<Either<List<CardModel>, dynamic>> fetchCards( {required BuildContext context});
noor_go package
documentation
customer_app/domain/interface/payment
PaymentInterface
fetchCards abstract method
PaymentInterface class