ipodToPath method

Future<String> ipodToPath(
  1. String ipodLibraryUri,
  2. bool rewrite
)

Implementation

Future<String> ipodToPath(String ipodLibraryUri, bool rewrite) {
  throw UnimplementedError('ipod2path() has not been implemented.');
}