onResumed method
Implementation
@override
void onResumed() {
LogMessage.d('LifeCycle', 'onResumed');
// NotificationBuilder.cancelNotifications();
checkShouldShowPin();
if (hasPaused) {
hasPaused = false;
if (Constants.enableContactSync) {
syncContacts();
}
unreadMissedCallCount();
}
}