я про вот это все
FlutterMain.startInitialization(this)
FlutterMain.ensureInitializationComplete(this, null)
bgView = FlutterNativeView(this, true)
Plugin(bgView.pluginRegistry, "Service")
bgView.runFromBundle(FlutterRunArguments().apply {
bundlePath = FlutterMain.findAppBundlePath(this@PluginService)
entrypoint = "platformChannels"
})