static Future<void> unsubscribe(String topic) async { final promise = unsubscribeJS(topic.toJS) as JSPromise; await promise.toDart; }