@override Future<String> getIdfv()async{ if(Platform.isAndroid){ return ""; } return await methodChannel.invokeMethod("getIdfv"); }