module.modulemap 136 Bytes
framework module FlutterPluginRegistrant {
  umbrella header "FlutterPluginRegistrant-umbrella.h"

  export *
  module * { export * }
}