Get image properties from image file in path, such as width, height
path
static Future<ImageProperties> getImageProperties(String path) async { return FlutterNativeImage.getImageProperties(path); }