shouldWriteLocalData method

bool shouldWriteLocalData()

Implementation

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