healthCheck method

Future healthCheck()

transaction healthCheck

Implementation

Future<dynamic> healthCheck() {
  throw UnimplementedError('healthCheck() has not been implemented.');
}