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