示例#1
0
        public void OnCreate()
        {
            var arguments = new FlutterRunArguments
            {
                BundlePath = FlutterMain.FindAppBundlePath(_context), Entrypoint = "main"
            };

            _view.RunFromBundle(arguments);
            GeneratedPluginRegistrant.RegisterWith(_view.PluginRegistry);
        }