Future<void> setFloor(int floorId) async { return await _callJavascriptAPI<int>("setFloor", floorId); }