Created
July 20, 2022 09:14
-
-
Save cp-radhika-s/2e552e5d5e7b6d8b65577a33724c5021 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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