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