onTimezoneChanged abstract method

  1. @protected
void onTimezoneChanged(
  1. String newZone
)

A hook for the State to implement.

This method is called with the initial timezone value and subsequently every time the system timezone changes.

Implementation

@protected
void onTimezoneChanged(String newZone);