filePath abstract method

Future<String> filePath(
  1. String name
)

Returns the path of a file stored with name name. Requires to be implemented with another repository interface.

Implementation

Future<String> filePath(final String name);