buildUrlWithToken abstract method
Builds a URL with the access token appended as a query parameter.
Parameters:
fileUrl
: The URL to which the token should be appended.
Returns:
- A Future that resolves to the URL with the token appended.
Implementation
Future<String> buildUrlWithToken(String fileUrl);