Check if a service is bound in the container.
if (Magic.bound('cache')) { final cache = Magic.make<CacheService>('cache'); }
static bool bound(String key) { return app.bound(key); }