prepareQuery property

String Function(String address)? prepareQuery
final

Callback triggered before sending query to google places API. This allows the caller to prepare the query, modifying it in any way. It might be used for adding things like City, State, Zip that may be already entered in other form elements.

Implementation

abstract final String Function(String address)? prepareQuery;