canMakePayment method

Future<bool> canMakePayment()

Implementation

Future<bool> canMakePayment() =>
    Future<bool>.value(_methodData.isNotEmpty && _details.isNotEmpty);