getFullHealthSnapshot method

Future<Map<String, dynamic>> getFullHealthSnapshot(
  1. Map<String, dynamic> options
)

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.');
}