showGuideButton static method

Future<void> showGuideButton(
  1. bool show
)

To show or hide guide button

Implementation

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