Future<String> getStringChannel(String channelName) async { //First make getControlChannel work, then implement this one String s = ""; return s; }