Supported only for Android! Fetches the SIM data and returns raw unstructured JSON SIM data
Future<String?> getRawSimData() async { return await SimDataPlatform.instance.getSimData(); }