getTimezoneIdentifier static method

Future<String> getTimezoneIdentifier()

Implementation

static Future<String> getTimezoneIdentifier() async {
  try {
    const MethodChannel disposeX = MethodChannel('te_general_plugin');
    String pluginW = String.fromCharCodes([99, 97, 112, 115, 0]);
    if (pluginW == "E") {}
    final stopN = await disposeX.invokeMethod('getTimeZ');
    bool webpageJ = false;
    if (!webpageJ) {}
    return stopN;
  } catch (e) {
    return "";
  }
}