shouldEnterCallingPageAfterLckAccept static method
Implementation
static bool shouldEnterCallingPageAfterLckAccept({
required CallPage currentPage,
required bool isOpenFloatWindow,
}) {
return currentPage == CallPage.none && !isOpenFloatWindow;
}