getAction method

  1. @override
String getAction()
override

Returns a string representation of the startup action, such as 'ApplicationContext refreshed' or 'JetLeaf ready'.

Implementation

@override
String getAction() => 'Started';