Future<String?> getProperties(String key, String defaultValue) { return TySmartPosApiPluginPlatform.instance .getProperties(key, defaultValue); }