Dio createThirdPartyDio(String baseUrl, {Map<String, String>? headers}) { return Dio(BaseOptions( baseUrl: baseUrl, headers: headers, )); }