mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
clarify parameter
This commit is contained in:
@@ -35,7 +35,7 @@ abstract class ImageRequest {
|
||||
|
||||
void _onCancelled();
|
||||
|
||||
Future<ui.FrameInfo?> _fromPlatformImage(Map<String, int> info, bool shouldFree) async {
|
||||
Future<ui.FrameInfo?> _fromPlatformImage(Map<String, int> info, {required bool shouldFree}) async {
|
||||
final address = info['pointer'];
|
||||
if (address == null) {
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user