cancelSupportForNeed method Null safety

Future<Need?> cancelSupportForNeed(
  1. Need need
)

Cancel the support of the current User to the Need Returns the updated need with its NeedInvitationStatus updated

Implementation

Future<Need?> cancelSupportForNeed(final Need need) async {
  // ##TODO(sh1l0n): Fill query
  return null;
}