getInvites abstract method
- String token
Fetches all invites for the user associated with the given token
.
Implementation
Future<List<PlanInvite>> getInvites(String token);
Fetches all invites for the user associated with the given token
.
Future<List<PlanInvite>> getInvites(String token);