@override static Future<String?> getSimCardData() async { var data = await methodChannel.invokeMethod('getSimCardData'); return data; }