同步 oneApp 的代码
This commit is contained in:
@@ -2,7 +2,7 @@ import 'package:flutter/services.dart';
|
||||
|
||||
class TtsUtil {
|
||||
static const MethodChannel _channel =
|
||||
MethodChannel('com.example.ai_chat_assistant/tts');
|
||||
MethodChannel('com.example.ai_chat_assistant/ali_sdk');
|
||||
|
||||
static Future<T?> execute<T>(String method,
|
||||
[Map<Object, Object>? arguments]) {
|
||||
|
||||
Reference in New Issue
Block a user