assets_path property

Pointer<Utf16> assets_path
getter/setter pair

The path to the flutter_assets folder for the application to be run. This can either be an absolute path or a path relative to the directory containing the executable.

Implementation

external Pointer<Utf16> assets_path;