setWebChatLogin static method

Future setWebChatLogin(
  1. bool webChatLogin
)

Implementation

static Future setWebChatLogin(bool webChatLogin) async {
  await _preferences.setBool("${prefix}web_chat_login", webChatLogin);
}