stats method

Future<Map<String, String>?> stats(
  1. List<String> features, {
  2. Context? ctx,
})

Stats collect the system, application, process or thread status etc.

Implementation

Future<Map<String, String>?> stats(List<String> features, {Context? ctx}) {
  throw UnimplementedError('stats() has not been implemented.');
}