handleGetValueChangeNotification method

  1. @override
bool handleGetValueChangeNotification(
  1. SparkBeaconNotification<String> notification
)
override

Implementation

@override
bool handleGetValueChangeNotification(
    SparkBeaconNotification<String> notification) {
  // handleFormDataChange(context, option.value);
  return true;
}