getAppName method
Gets the Azure app name.
Returns the Azure app name.
Implementation
String? getAppName() {
return super.getAsNullableString('app_name');
}
Gets the Azure app name.
Returns the Azure app name.
String? getAppName() {
return super.getAsNullableString('app_name');
}