api property
String
get
api
Implementation
String get api => endPoint
.replaceAll("/api/", "")
.replaceAll("https://", "")
.replaceAll("http://", "")
.replaceAll("/", "-");
String get api => endPoint
.replaceAll("/api/", "")
.replaceAll("https://", "")
.replaceAll("http://", "")
.replaceAll("/", "-");