sayHello method

Future<String?> sayHello()

Implementation

Future<String?> sayHello() {
  throw UnimplementedError("sayHello() has not been implemented.");
}