getAvailableTimezones method

Future<List<String>> getAvailableTimezones()

Gets the list of available timezones from the native layer.

Implementation

Future<List<String>> getAvailableTimezones() async {
  throw UnimplementedError(
      'getAvailableTimezones() has not been implemented.');
}