shouldWriteLocalData method
Implementation
bool shouldWriteLocalData() {
return (dataBaseAdapter?.dataSourceType == DataSourceType.Remote) &&
hasData;
}
bool shouldWriteLocalData() {
return (dataBaseAdapter?.dataSourceType == DataSourceType.Remote) &&
hasData;
}