Returns true if atsign is onboarded in the app.
true
atsign
bool isOnboarded(String atsign) { return atClientServiceMap!.containsKey(atsign); }