helloWorld function

String helloWorld()

Returns a friendly greeting message

Implementation

String helloWorld() {
  return 'Hello from citizenwallet_sdk!';
}