PHItem.fromUri constructor
PHItem.fromUri(
- String uri
Factory constructor from photo URI (shared photo)
Implementation
factory PHItem.fromUri(String uri) => PHItem._(uri: Uri.parse(uri));
Factory constructor from photo URI (shared photo)
factory PHItem.fromUri(String uri) => PHItem._(uri: Uri.parse(uri));