getPurposes method

Future<List<Purpose>> getPurposes()

Implementation

Future<List<Purpose>> getPurposes() {
  return ConsentSdkPluginPlatform.instance.getPurposes();
}