hello method
This method is called by the session to modify the hello details
for
a given realm
. Since Ticket does not need to modify it. This method returns
a completed future
Implementation
@override
Future<void> hello(String? realm, Details details) {
return Future.value();
}