RequirePingNotification constructor
RequirePingNotification({
- required PingCallBack okConexion,
- required PingCallBack errorConexion,
- required LangModel lang,
Implementation
RequirePingNotification({
required this.okConexion,
required this.errorConexion,
required this.lang,
});