vosk-flutter
vosk-flutter copied to clipboard
using Hot restart case PlatformException(INITIALIZE_FAIL, SpeechService instance already exist., null, null)
We can fix it by returning speechService if it exists
instead of result.error("INITIALIZE_FAIL", "SpeechService instance already exist.", null);
@binSaed were you able to handle it or find a workaround?