getImagePathAndroid method
Method for the retrieval of the Android icon path If image_path_android is found, this will be prioritised over the image_path value.
Implementation
String? getImagePathAndroid() => imagePathAndroid ?? imagePath;
Method for the retrieval of the Android icon path If image_path_android is found, this will be prioritised over the image_path value.
String? getImagePathAndroid() => imagePathAndroid ?? imagePath;