onDestroy method
void
onDestroy()
onDestroy生命周期
Implementation
void onDestroy() {
_delayCreate?.cancel();
_delayCreate = null;
_context = null;
onShowLoading = null;
onDismissLoading = null;
_cancelRequests();
}