Future<void> init({ required Options options, }) async { await Client.getInstance.init(options); Client.getInstance.startCallback(); }