requestImageRef method

Future<RequestImageRefResult?> requestImageRef()

Requests the URL of the image last touched by the user.

NOTE: On iOS, it is implemented using JavaScript.

Officially Supported Platforms/Implementations:

Implementation

Future<RequestImageRefResult?> requestImageRef() =>
    platform.requestImageRef();