Skip to content

Commit

Permalink
fix:updated channel id
Browse files Browse the repository at this point in the history
  • Loading branch information
juicycleff committed May 2, 2022
1 parent a9c9b76 commit 2cafc3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/flutter_unity_widget_plugin.cpp
Expand Up @@ -36,7 +36,7 @@ void FlutterUnityWidgetPlugin::RegisterWithRegistrar(
flutter::PluginRegistrarWindows *registrar) {
auto channel =
std::make_unique<flutter::MethodChannel<flutter::EncodableValue>>(
registrar->messenger(), "flutter_unity_widget",
registrar->messenger(), "plugin.xraph.com/unity_view",
&flutter::StandardMethodCodec::GetInstance());

auto plugin = std::make_unique<FlutterUnityWidgetPlugin>();
Expand Down

0 comments on commit 2cafc3f

Please sign in to comment.