ServerRolesCreateEventHandler typedef

ServerRolesCreateEventHandler = FutureOr<void> Function(Role, Server)

Implementation

typedef ServerRolesCreateEventHandler = FutureOr<void> Function(Role, Server);