isHealthKitAvailable method

Future<bool> isHealthKitAvailable()

Implementation

Future<bool> isHealthKitAvailable() {
  throw UnimplementedError(
    'isHealthKitAvailable() has not been implemented.',
  );
}