static Future<String?> parseJson(String jsonString) async { return await FlutterSdkPlatform.instance.parseJson(jsonString); }