showCreateTicket static method

Future<void> showCreateTicket()

Implementation

static Future<void> showCreateTicket() {
  return BolddeskSupportSdkPlatform.instance.showCreateTicket();
}