ClientRoleCallback typedef
ClientRoleCallback =
void Function(ClientRole oldRole, ClientRole newRole)
Implementation
typedef ClientRoleCallback = void Function(
ClientRole oldRole, ClientRole newRole);
typedef ClientRoleCallback = void Function(
ClientRole oldRole, ClientRole newRole);