Handle event raised by library (override on app level)
void onMessageSentStateChanged(bool success, String resp) { _response = resp; _sentSuccess = success; notifyListeners(); }