FlWebViewDelegateWithShowFileChooser typedef

FlWebViewDelegateWithShowFileChooser = FutureOr<List<String>> Function(FlWebViewController controller, FileChooserParams params)

Implementation

typedef FlWebViewDelegateWithShowFileChooser = FutureOr<List<String>> Function(
    FlWebViewController controller, FileChooserParams params);