checkPayments method

Future<bool> checkPayments()

Returns true if Apple/Google Pay is available on device

Implementation

Future<bool> checkPayments() => MadPayInterface.instance.checkPayments();