textToAudio abstract method

Future<List<int>> textToAudio(
  1. String text,
  2. String userId, {
  3. String? messageId,
})

Implementation

Future<List<int>> textToAudio(String text, String userId,
    {String? messageId});