BaseOptions.path constructor

BaseOptions.path(
  1. String path
)

Constructor for BaseOptions classes using a file system path.

In practice, this is unsupported, as assets in Flutter are bundled into the build output and not available on disk. However, it can potentially be helpful for testing / development purposes.

Implementation

BaseOptions.path(String path);