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