Skip to content

Instantly share code, notes, and snippets.

@cp-radhika-s
Created July 20, 2022 09:14
Show Gist options
  • Save cp-radhika-s/2e552e5d5e7b6d8b65577a33724c5021 to your computer and use it in GitHub Desktop.
Save cp-radhika-s/2e552e5d5e7b6d8b65577a33724c5021 to your computer and use it in GitHub Desktop.
override fun onDestroy() {
super.onDestroy()
detachFlutterView()
}
private fun detachFlutterView() {
engine.activityControlSurface.detachFromActivity()
engine.lifecycleChannel.appIsDetached()
binding.flutterView.detachFromFlutterEngine()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment