This function is used for get file name with extension from url
String getFileNameFromUrl(String url) { return url.split('/').last; }