checkNotNode method

bool checkNotNode(
  1. String did
)

Implementation

bool checkNotNode(String did) {
  if (_notWifiNodes[did] == true && _notMobileNodes[did] == true) return true;
  return false;
}