Error : Call to undefined method IlluminateNotificationsChannelsMailChannel::assertSentTo()
If you're getting this in tests, make sure you're using the facade
IlluminateSupportFacadesNotification
And you might want to call the Notification::fake() if you're doing assertions.