showProfileInfoPage static method

Future<void> showProfileInfoPage(
  1. bool show
)

To show or hide Profile Info page

Implementation

static Future<void> showProfileInfoPage(bool show) async {
  Wannatalkcore._updateConfig(_kWTConfigShowProfileInfoPage, <String, dynamic>{_cShow: show});
}