ClientRoleCallback typedef Null safety

ClientRoleCallback = void Function(ClientRole oldRole, ClientRole newRole)

Implementation

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