stop method

Future<String?> stop()

Implementation

Future<String?> stop() {
  return LivespeechtotextPlatform.instance.stop();
}