image static method

ARKitMaterialImage image(
  1. String image
)

Specifies the receiver's image. It might be either a name of an image stored in native iOS project or a full path to the file in the Flutter folder (/assets/image/img.jpg) or URL or base64 string (highly not recommended due to potential performance issues)

Implementation

static ARKitMaterialImage image(String image) => ARKitMaterialImage(image);