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