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