Split text into sentences.
Useful for debugging or custom processing.
static Future<List<String>> splitSentences(String text) async { return rust.splitSentences(text: text); }