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