getTargetPath abstract method
- @Deprecated('Use getReadTargetPath for reads or getWriteTargetPath for writes')
- String filename
Deprecated. Use getReadTargetPath for reads or getWriteTargetPath for writes to route paths correctly.
Implementation
@Deprecated(
'Use getReadTargetPath for reads or getWriteTargetPath for writes')
Future<String> getTargetPath(String filename);