fromFileAsyncImpl static method

Future<AudioMeta> fromFileAsyncImpl(
  1. File file
)

Implementation

static Future<AudioMeta> fromFileAsyncImpl(File file) {
  throw UnsupportedError('AudioMeta.fromFileAsync() is not supported on web.'
      'Please use AudioMeta.fromBytes instead.');
}