showExitButton static method

Future<void> showExitButton(
  1. bool show
)

To show or hide chat exit button in chat page

Implementation

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