notifyFieldValue method

void notifyFieldValue(
  1. String fieldName,
  2. dynamic fieldValue
)

Notifies the controller of a field value change.

Implementation

void notifyFieldValue(String fieldName, dynamic fieldValue) {}