presentWithUrls static method
Implementation
static presentWithUrls({required List<String> photos, int position = 0}) async {
_controller ??= PhotoViewController(id: 0);
await _controller?._presentWithUrls(photos: photos, position: position);
}
static presentWithUrls({required List<String> photos, int position = 0}) async {
_controller ??= PhotoViewController(id: 0);
await _controller?._presentWithUrls(photos: photos, position: position);
}