fromPathImpl static method

AudioMeta fromPathImpl(
  1. String path
)

Implementation

static AudioMeta fromPathImpl(String path) {
  throw UnsupportedError('AudioMeta.fromPath() is not supported on web.'
      'Please use AudioMeta.fromBytes instead.');
}