isHealthy method

Future<bool> isHealthy()

Health check

Implementation

Future<bool> isHealthy() async => true;