temporaryUrl abstract method

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

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

Implementation

Future<String> temporaryUrl(String path, DateTime expiration);