getFullHealthSnapshot method
Combined raw snapshot for all health domains in one round trip.
Implementation
Future<Map<String, dynamic>> getFullHealthSnapshot(
Map<String, dynamic> options,
) {
throw UnimplementedError(
'getFullHealthSnapshot() has not been implemented.');
}