ResourceCallbackArgs.downloadStringFile Method¶
Module: ResourceCallbackArgs
Definition¶
Downloads a file from the specified URL and returns a string.
String downloadStringFile(String? url)
Parameters
url Stringin The URL to the file.
Returns
StringThe file as a string.
Exceptions
An error has occurred during Bioseal Library execution.