search method

  1. @override
FutureOr<List<AddressModel>> search(
  1. AddressSearchModel query
)
override

The search method searches for entities that match the given query.

Implementation

@override
FutureOr<List<AddressModel>> search(AddressSearchModel query) {
  // TODO: implement search
  throw UnimplementedError();
}