makeRoom method

Implementation

FutureOr<AckableRoom> makeRoom(String name) =>
    AckableRoom(caster, name);