fromPathImpl function

AudioMeta fromPathImpl(
  1. String path
)

Implementation

AudioMeta fromPathImpl(String path) {
  return AudioMeta.fromFile(File(path));
}