You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
317 B
12 lines
317 B
// import 'dart:io';
|
|
|
|
import 'package:bytedesk_kefu/http/bytedesk_base_api.dart';
|
|
// import 'package:bytedesk_kefu/util/bytedesk_constants.dart';
|
|
// import 'package:bytedesk_kefu/util/bytedesk_utils.dart';
|
|
// import 'package:http/http.dart' as http;
|
|
|
|
class BytedeskTicketHttpApi extends BytedeskBaseHttpApi {
|
|
//
|
|
|
|
}
|