menu
flyer package
documentation
functions/deeplink/extract_project_info.dart
ProjectInfo
ProjectInfo.new constructor
ProjectInfo.new constructor
dark_mode
light_mode
ProjectInfo
constructor
ProjectInfo
(
{
String
?
androidPackageName
,
String
?
iosBundleId
,
String
?
iosTeamId
,
String
?
debugSha256
,
})
Implementation
ProjectInfo({ this.androidPackageName, this.iosBundleId, this.iosTeamId, this.debugSha256, });
flyer package
documentation
functions/deeplink/extract_project_info
ProjectInfo
ProjectInfo.new constructor
ProjectInfo class