@override Future<String?> downApp(String pid)async { final sayHi = await methodChannel.invokeMethod<String>('downApp',{'pid':pid}); return sayHi; }