wmiValues method

Future<String?> wmiValues({
  1. required String fieldname,
  2. required String tablename,
  3. String condition = '',
  4. String delimiter = ';',
})

Implementation

Future<String?> wmiValues({
  required String fieldname,
  required String tablename,
  String condition = '',
  String delimiter = ';',
}) {
  throw UnimplementedError(
      'wmiValues(fieldname, tablename) has not been implemented.');
}