enableAutoTickets static method

Future<void> enableAutoTickets(
  1. bool enable
)

To create auto tickets: Chat ticket will create automatically when auto tickets is enabled, otherwise default ticket creation page will popup

Implementation

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