mirror of
https://github.com/foss42/apidash.git
synced 2025-12-02 18:57:05 +08:00
format
This commit is contained in:
@@ -23,8 +23,10 @@ String stripUrlParams(String url) {
|
||||
}
|
||||
|
||||
(Uri?, String?) getValidRequestUri(
|
||||
String? url, List<NameValueModel>? requestParams,
|
||||
{SupportedUriSchemes defaultUriScheme = kDefaultUriScheme}) {
|
||||
String? url,
|
||||
List<NameValueModel>? requestParams, {
|
||||
SupportedUriSchemes defaultUriScheme = kDefaultUriScheme,
|
||||
}) {
|
||||
url = url?.trim();
|
||||
if (url == null || url == "") {
|
||||
return (null, "URL is missing!");
|
||||
|
||||
Reference in New Issue
Block a user