emitPropertyChange abstract method

Future<void> emitPropertyChange(
  1. String name
)

Informs all subscribers about the change of the property with the given name.

Implementation

Future<void> emitPropertyChange(String name);