Join Slack
Powered by
~No, it doesn't. You are directly calling `isEmpty...
# announcements
d
diesieben07
04/20/2018, 12:58 PM
No, it doesn't. You are directly calling
isEmpty
on
token
. The
String?
is the
type
of
token
, a nullable String. And you cannot directly call
isEmpty
on a nullable String.
Open in Slack
Previous
Next