Check if driver is connected/ready
@override Future<bool> isConnected() async { return _connection.isConnected && await _connection.ping(); }