hello abstract method

Future<void> hello(
  1. String? realm,
  2. Details details
)

This method is called to modify the hello details for a given realm.

Implementation

Future<void> hello(String? realm, Details details);