getPurposes method

Future<List<Purpose>> getPurposes()

Implementation

Future<List<Purpose>> getPurposes() {
  throw UnimplementedError('getPurposes() has not been implemented.');
}