feat: 增加客服2
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import 'package:get/get.dart';
|
||||
import '../controllers/kr_chatwoot_controller.dart';
|
||||
|
||||
/// 客服2(Chatwoot)依赖绑定
|
||||
class KRChatwootBinding extends Bindings {
|
||||
@override
|
||||
void dependencies() {
|
||||
Get.lazyPut<KRChatwootController>(
|
||||
() => KRChatwootController(),
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user