speak method

Future speak(
  1. SpeakParams params
)

Implementation

Future speak(SpeakParams params) async {
  return await _channel.invokeMethod(Constants.CMD_CALL_EVENT_SPEAK, params.toJson());
}