@override Future<bool> redirectToDapp({ required String topic, required Redirect? redirect, }) { return _callRedirect(topic, redirect); }