menu
rethink_db_ns package
documentation
rethink_db_ns.dart
Connection
connect method
connect method
dark_mode
light_mode
connect
method
Future
<
Connection
>
connect
(
[
bool
noreplyWait
=
true
])
Implementation
Future<Connection> connect([bool noreplyWait = true]) { return (reconnect(noreplyWait)); }
rethink_db_ns package
documentation
rethink_db_ns
Connection
connect method
Connection class