Future<bool> onback() async { if (Platform.isAndroid) { if (widget.isNoNeedLogout == null) { Helper().handleLogout(context); } else { SellonRouter.pop(context); } } return false; }