requestImageRef method
Requests the URL of the image last touched by the user.
NOTE: On iOS, it is implemented using JavaScript.
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebView.requestImageRef)
- iOS
Implementation
Future<RequestImageRefResult?> requestImageRef() =>
platform.requestImageRef();