createInvitationLink method
Implementation
Future<Map> createInvitationLink(
String token, Map<String, dynamic> invitationLinkInfo) {
throw UnimplementedError("Create Invitation Link has not been implemented");
}
Future<Map> createInvitationLink(
String token, Map<String, dynamic> invitationLinkInfo) {
throw UnimplementedError("Create Invitation Link has not been implemented");
}