processNotify method

Future<WaterLineFieldDto> processNotify()

Implementation

Future<WaterLineFieldDto> processNotify() async {
  if (!initialized) throw ArgumentError(AbstractDao.C_MUST_INIT);
  return await updateWaterLineField();
}