fetchInvite abstract method

Future<Invite> fetchInvite(
  1. String code
)

Fetches invite based on specified code

Implementation

Future<Invite> fetchInvite(String code);