onOwnerChangedFromGroup property Null safety
final
Occurs when the group ownership is transferred.
Implementation
final void Function(
String groupId,
String newOwner,
String oldOwner,
)? onOwnerChangedFromGroup;
Occurs when the group ownership is transferred.
final void Function(
String groupId,
String newOwner,
String oldOwner,
)? onOwnerChangedFromGroup;