static Future<void> init({ required String baseUrl, }) async { _instance ??= RequestConfig._internal(baseUrl: baseUrl); }