Future<void> renewToken(String roomID, String token) async { return Future.value(ZegoFlutterEngine.instance.renewToken(roomID, token)); }