dispose method
void
dispose()
Stops the sentence fetching timer
Implementation
void dispose() {
_channel.setMethodCallHandler(null);
}
Stops the sentence fetching timer
void dispose() {
_channel.setMethodCallHandler(null);
}