declineInvite method Null safety

Future<NIMResult<void>> declineInvite(
  1. String teamId,
  2. String inviter,
  3. String reaseon
)

Decline an invitation to join a group

Implementation

Future<NIMResult<void>> declineInvite(
    String teamId, String inviter, String reaseon) async {
  throw UnimplementedError('declineInvite() is not implemented');
}