dispose method
Implementation
@override
void dispose() {
_navigation.removeListener(_navigationListener);
_navigation.guidance.removeListener(_guidanceListener);
_location.close();
_currentRoute.close();
_roadName.close();
_areRoutesBuilt.close();
}