just_audio.modulemap 110 B

123456
  1. framework module just_audio {
  2. umbrella header "just_audio-umbrella.h"
  3. export *
  4. module * { export * }
  5. }