resumeSpeaking static method
继续播放
Implementation
static Future<void> resumeSpeaking() async {
return await methodChannel.invokeMethod('resume_speaking');
}
继续播放
static Future<void> resumeSpeaking() async {
return await methodChannel.invokeMethod('resume_speaking');
}