onDetach method
void
onDetach()
- A callback when the application is still hosted on a flutter engine but is detached from any host views.
- For
Android
only.
Implementation
void onDetach() {}
Android
only.void onDetach() {}