onGifPaste property

  1. @experimental
Future<String?> Function(Uint8List imageBytes)? onGifPaste
final

Callback when the user pastes the given GIF.

Supports Android and iOS only.

Returns the URL of the image if the GIF image should be inserted.

Implementation

@experimental
final Future<String?> Function(Uint8List imageBytes)? onGifPaste;