watchConfig abstract method

Stream watchConfig(
  1. String key
)

Returns a stream of configuration changes for a specific key.

Implementation

Stream<dynamic> watchConfig(String key);