bundleId property
The bundle id of the app where this file lives.
iOS apps sandbox their own filesystem, so app files must specify which app installed on the device.
Implementation
core.String? bundleId;
The bundle id of the app where this file lives.
iOS apps sandbox their own filesystem, so app files must specify which app installed on the device.
core.String? bundleId;