getLocalTimeZoneIdentifier method

  1. @override
Future<String> getLocalTimeZoneIdentifier()
override

Get the current Local time zone identifier

Implementation

@override
Future<String> getLocalTimeZoneIdentifier() {
  return LocalNotificationsPlatform.instance.getLocalTimeZoneIdentifier();
}