RuPayForgotPINRequest method
Implementation
Future<RupayEncryption3DESModel> RuPayForgotPINRequest(BuildContext context, String jsonBody) async {
var response = await sdkapiservice.postData(context, jsonBody, AppUrl.TA_Oneapp_RuPay_Forgot_PIN,false);
return RupayEncryption3DESModel.fromJson(response);
}