requestImageRef method

Future<RequestImageRefResult?> requestImageRef()
inherited

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() {
  throw UnimplementedError(
    'requestImageRef is not implemented on the current platform',
  );
}