Method to get the current app name (product name)
@override Future<String> getAppName() async { return buildSettings.getAppName(); }