static Future<void> connect(String address) { return _channel.invokeMethod(CONNECT, {'address': address}); }