translate method

Future<String?> translate(
  1. String text,
  2. String from,
  3. String to
)

Implementation

Future<String?> translate(String text, String from, String to) {
  throw UnimplementedError('writeAudioBuffer() has not been implemented.');
}