mongo-dart / mongo_dart

Mongo_dart: MongoDB driver for Dart programming language
https://pub.dev/packages/mongo_dart
MIT License
446 stars 98 forks source link

Is there a way to access the cursor when watching a collection? #334

Closed sam-parks-ogk closed 1 year ago

sam-parks-ogk commented 1 year ago

I would like to manually close the cursor when watching a collection but ModernCursor is not exported from the library.

giorgiofran commented 1 year ago

Why would you need to access the cursor?

giorgiofran commented 1 year ago

I hope you found the solution, so I close the issue. Feel free to reopen it if needed.