ComplianceService constructor

ComplianceService({
  1. required ClientContext context,
})

Returns the new instance of ComplianceService.

Implementation

factory ComplianceService({required ClientContext context}) =>
    _ComplianceService(context: context);