isPaymentAppInstalled method

Future<bool?> isPaymentAppInstalled(
  1. String mode,
  2. String merchantInfo
)

Implementation

Future<bool?> isPaymentAppInstalled(String mode, String merchantInfo) {
  throw UnimplementedError(
      'isPaymentAppInstalled(String mode, String merchantInfo) has not been implemented.');
}