drivingLicenceNegativePoint method
Future<(UResponse<UDrivingLicenceNegativePointResponse> ?, UEmptyResponse?, String?)>
drivingLicenceNegativePoint({
- required UDrivingLicenceNegativePointParams p,
- dynamic onOk()?,
- dynamic onError()?,
- dynamic onException(
- String e
Implementation
Future<(UResponse<UDrivingLicenceNegativePointResponse>?, UEmptyResponse?, String?)> drivingLicenceNegativePoint({
required UDrivingLicenceNegativePointParams p,
Function(UResponse<UDrivingLicenceNegativePointResponse> r)? onOk,
Function(UEmptyResponse e)? onError,
Function(String e)? onException,
}) => _Api.call("/inquiry/DrivingLicenceNegativePoint", p.toMap(), _Api.one(UDrivingLicenceNegativePointResponse.fromMap), _Api.empty, onOk, onError, onException);