Future<String> collectUPIPayment(String? url, String? vpa) async { return await instamojoApiClient!.collectUPIPayment(url!, vpa!); }