getInvites abstract method

Future<List<PlanInvite>> getInvites(
  1. String token
)

Fetches all invites for the user associated with the given token.

Implementation

Future<List<PlanInvite>> getInvites(String token);