getConnection method

Future<String?> getConnection()

Implementation

Future<String?> getConnection() async => _server.getConnection()?.toDart;