getApplicationName function
Return the name of the application
Implementation
String getApplicationName() {
return Directory.current.path.split("/").last;
}
Return the name of the application
String getApplicationName() {
return Directory.current.path.split("/").last;
}