filter method
View all that match the given filter criteria
Implementation
$grpc.ResponseFuture<$0.NotesList> filter(
$0.NotesServiceFilterReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$filter, request, options: options);
}