confirmLeaveGroup property

  1. @override
String get confirmLeaveGroup
override

In en, this translates to : **'Are you sure you want to leave this group? You won’t receive any more messages from this chat.'

Implementation

@override
String get confirmLeaveGroup =>
    'Are you sure you want to leave this group? You won’t receive any more messages from this chat.';