hasPermissions method

Future<bool> hasPermissions()

Does this probe have permissions to access health data specified in the samplingConfiguration?

Implementation

Future<bool> hasPermissions() async => await deviceManager
    .hasHealthPermissions(samplingConfiguration.healthDataTypes);