mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix the name of the channel parameter in PlatformMessage constructors (#9334)
This commit is contained in:
parent
7283ae3a7e
commit
70ebfc3610
@ -28,10 +28,10 @@ class PlatformMessage : public fml::RefCountedThreadSafe<PlatformMessage> {
|
||||
}
|
||||
|
||||
private:
|
||||
PlatformMessage(std::string name,
|
||||
PlatformMessage(std::string channel,
|
||||
std::vector<uint8_t> data,
|
||||
fml::RefPtr<PlatformMessageResponse> response);
|
||||
PlatformMessage(std::string name,
|
||||
PlatformMessage(std::string channel,
|
||||
fml::RefPtr<PlatformMessageResponse> response);
|
||||
~PlatformMessage();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user