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 {
|
|
//
|
|
|
|
}
|