init method

Implementation

Future<IReadyService> init() async {
  try {
    await initIReadyService();
  } catch (e, st) {
    log("[initGlobalServer] 失败", error: e, stackTrace: st);
  }
  return this;
}