@override Future<String> getTimezone() async { final timezone = await methodChannel.invokeMethod<String>('getTimezone'); return timezone!; }