destroy method
Destroys the data and marks the instance as uninitialized.
Implementation
@override
void destroy() {
super.destroy();
_data = null;
userId = "";
notifyListeners();
AppEventsDispatcher().publish(ProviderDestroyedEvent(service.repositoryId));
}