menu
mongo_go package
documentation
mongo_go.dart
Connection
dispose method
dispose method
dark_mode
light_mode
dispose
method
Future
<
void
>
dispose
(
)
Implementation
Future<void> dispose() async { await p.disconnect(connectionId); }
mongo_go package
documentation
mongo_go
Connection
dispose method
Connection class