exists method Null safety
- int roomId
override
You can check whether a room exists using the exists
Implementation
Future<dynamic> exists(roomId) async {
var payload = {"textroom": "exists", "room": roomId};
}
You can check whether a room exists using the exists
Future<dynamic> exists(roomId) async {
var payload = {"textroom": "exists", "room": roomId};
}