acceptAdminInvite abstract method

Future<Map<String, Object?>> acceptAdminInvite({
  1. required AdminInviteAcceptBody body,
})

Implementation

Future<Map<String, Object?>> acceptAdminInvite({
  required AdminInviteAcceptBody body,
});