getAims method

Future<List<Aim>> getAims()

Implementation

Future<List<Aim>> getAims() async {
  return await _getAims();
}