Future<void> send({required Frame data, dynamic hint}) => RustLib.instance.api.comSocketClientSend( that: this, data: data, hint: hint, );