offerSupportForNeed method Null safety

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

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

Implementation

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