temporaryUrl method

  1. @override
Future<String> temporaryUrl(
  1. String path,
  2. DateTime expiration
)
override

Returns a temporary URL to the file (e.g. signed URL).

Implementation

@override
Future<String> temporaryUrl(String path, DateTime expiration) async {
  return url(path);
}