5#ifndef FLUTTER_LIB_UI_WINDOW_PLATFORM_MESSAGE_H_
6#define FLUTTER_LIB_UI_WINDOW_PLATFORM_MESSAGE_H_
11#include "flutter/fml/memory/ref_counted.h"
12#include "flutter/fml/memory/ref_ptr.h"
13#include "flutter/lib/ui/window/platform_message_response.h"
26 const std::string&
channel()
const {
return channel_; }
A Mapping like NonOwnedMapping, but uses Free as its release proc.