c8a6a3f0c1
* generate windows files * adjustments * attempt compile * Fix windows build * Add note about VS 2019 * Update .gitignore Co-authored-by: Artur Shellunts <shellunts.artur@gmail.com>
18 lines
463 B
C++
18 lines
463 B
C++
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#include "generated_plugin_registrant.h"
|
|
|
|
#include <flutter_webrtc/flutter_web_r_t_c_plugin.h>
|
|
#include <livekit_client/live_kit_plugin.h>
|
|
|
|
void RegisterPlugins(flutter::PluginRegistry* registry) {
|
|
FlutterWebRTCPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("FlutterWebRTCPlugin"));
|
|
LiveKitPluginRegisterWithRegistrar(
|
|
registry->GetRegistrarForPlugin("LiveKitPlugin"));
|
|
}
|