id property
String
get
id
The id of this application. This is the same as the appId in the AppConfiguration used to create this App.
Implementation
String get id => handle.id;
The id of this application. This is the same as the appId in the AppConfiguration used to create this App.
String get id => handle.id;