acceptInvite abstract method

Future<void> acceptInvite(
  1. String token,
  2. int id
)

Accepts the invite with the given id.

Implementation

Future<void> acceptInvite(String token, int id);