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