groups method

Future<List<Group>> groups()

Implementation

Future<List<Group>> groups() async => _groupApi.all();