ServiceCenter.dart 116 Bytes
/*
 * @author lsy
 * @date   2019-09-04
 **/
library ServiceCenter;

class ServiceCenter{
  const ServiceCenter();
}