listDms method

Future<List<Map<String, dynamic>>> listDms({
  1. String? consentState,
})

Implementation

Future<List<Map<String, dynamic>>> listDms({String? consentState}) {
  throw UnimplementedError('listDms() has not been implemented.');
}