PHItem.fromUri constructor

PHItem.fromUri(
  1. String uri
)

Factory constructor from photo URI (shared photo)

Implementation

factory PHItem.fromUri(String uri) => PHItem._(uri: Uri.parse(uri));