checkIfHealthDataAvailable method

Future<bool?> checkIfHealthDataAvailable()

Performs the check if apple health is available on device

Implementation

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