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