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