onTimezoneChanged property

Stream<String> get onTimezoneChanged

A Stream that emits the new IANA timezone name whenever the device's timezone is changed.

Platform implementations must override this getter to provide a stream of timezone change events.

Implementation

Stream<String> get onTimezoneChanged =>
    throw UnimplementedError('onTimezoneChanged has not been implemented.');