getTargetPath abstract method

  1. @Deprecated('Use getReadTargetPath for reads or getWriteTargetPath for writes')
Future<String> getTargetPath(
  1. 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);