removeSystem<S extends AppSystem<T> > method
E
removeSystem<S extends AppSystem<T> >()
Implementation
E removeSystem<S extends AppSystem<T>>() {
final c = getSystem<S>();
if (c != null) _removeAppSystemInstance(c);
return self;
}