Future<String> getBrandAsset(AssetType assetType) async { switch (assetType) { case AssetType.appLogo: return ''; case AssetType.backgroundImage: return ''; } }