currentTimezone property
Fetches the current IANA timezone name from the native platform.
Platform implementations must override this getter to provide the device's current timezone.
Implementation
Future<String> get currentTimezone =>
throw UnimplementedError('currentTimezone has not been implemented.');