root abstract method

Future<String> root(
  1. UStorageBucket bucket
)

Returns the root "directory" of bucket, creating it if needed.

Implementation

Future<String> root(UStorageBucket bucket);