validateUrlExistence method
[Future[<[bool?]>]] validateUrlExistence(
- [[String] url]
)
Method to validate already exisiting URL.
params:
url
: the entered URL
returns:
Future<bool?>
: true if URL exists, false otherwise.
Implementation
Future<bool?> validateUrlExistence(String url) async
- talawa
- validators
- Validator
- validateUrlExistence method