what i want is, when user make a network call usin...
# android
a
what i want is, when user make a network call using a method getAsObject he has to pass model class and handler using which i responsed to the listener, as parameters. But, i am unable to do so because at line objectRequestCallback = handler i am getting compilation error like Required (Result<*>?, KotError?)-> Unit but found (Result<*>?, KotError?)-> Unit.