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