searchAll method

ResponseFuture<NotesList> searchAll(
  1. NotesServiceSearchAllReq request, {
  2. CallOptions? options,
})

View all that match the given search key

Implementation

$grpc.ResponseFuture<$0.NotesList> searchAll(
  $0.NotesServiceSearchAllReq request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$searchAll, request, options: options);
}