cancelSupportForNeed method Null safety
- 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;
}