delete method
Future<(UEmptyResponse?, UEmptyResponse?, String?)>
delete({})
Implementation
Future<(UEmptyResponse?, UEmptyResponse?, String?)> delete({
required UIdParams p,
Function(UEmptyResponse r)? onOk,
Function(UEmptyResponse e)? onError,
Function(String e)? onException,
}) => _Api.call("/address/Delete", p.toMap(), _Api.empty, _Api.empty, onOk, onError, onException);