get abstract method

Future<Invite?> get(
  1. String code,
  2. bool force
)

Implementation

Future<Invite?> get(String code, bool force);