enableChatProfile static method

Future<void> enableChatProfile(
  1. bool enable
)

To enable or disbale chat profile page

Implementation

static Future<void> enableChatProfile(bool enable) async {
  Wannatalkcore._updateConfig(_kWTConfigEnableChatProfile, <String, dynamic>{_cEnable: enable});
}