fromPathAsyncImpl static method

Future<AudioMeta> fromPathAsyncImpl(
  1. String path
)

Implementation

static Future<AudioMeta> fromPathAsyncImpl(String path) {
  throw UnsupportedError('AudioMeta.fromPathAsync() is not supported on web.'
      'Please use AudioMeta.fromBytes instead.');
}