Get hints for input part of word of seed phrase to get possible words input: acco returns account, accommodate, ...
account, accommodate, ...
List<String> getHints({required String input}) { return ntGetHints(input: input); }