attach method
Attach the tcp over transport with uri and partner mdc.
Implementation
@MPI(name: "_{mesh.name}.tcp.attach")
Future<String?> attach(String uri, String pdc, {Context? ctx}) {
throw UnimplementedError('attach() has not been implemented.');
}