pickImage method
Picks one image. Null if the author cancelled.
Implementation
@override
Future<CapturedImage?> pickImage() async {
imagePickCount++;
return image;
}
Picks one image. Null if the author cancelled.
@override
Future<CapturedImage?> pickImage() async {
imagePickCount++;
return image;
}