instanceName property

String instanceName
getter/setter pair

Applicable to all platforms (iOS, Android, Web)

The name of the instance. Instances with the same name will share storage and identity. For isolated storage and identity use a unique instanceName for each instance.

Implementation

late String instanceName;