getAllActivitiesIds method

Future<List<String>> getAllActivitiesIds()

Implementation

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