readTerminalSupportPassword method
Implementation
Future<UHttpClientResponse> readTerminalSupportPassword({
required Map<String, dynamic> body,
void Function(int status, String body)? onResponse,
void Function(String e)? onException,
}) => _post("ReadTerminalSupportPassword", body, onResponse: onResponse, onException: onException);