module.modulemap 95 Bytes
framework module Flutter {
  umbrella header "Flutter.h"

  export *
  module * { export * }
}